home *** CD-ROM | disk | FTP | other *** search
/ SGI Desktop Special Edition 1.1 / SGI Desktop Special Edition 1.1.iso / dist / netscape.idb / usr / lib / X11 / ja_JP.EUC / app-defaults / Netscape.z / Netscape
Text File  |  1995-11-13  |  124KB  |  3,002 lines

  1. ! Netscape.ad-ja --- Japanese app-defaults file for Netscape 1.12IS.
  2. !
  3. ! Copyright (c) 1994, 1995 Netscape Communications Corporation,
  4. ! all rights reserved.
  5. !
  6. ! Created: Jamie Zawinski <jwz@netscape.com>, 23-Jun-94.
  7. ! Bugs and commentary to x_cbug@netscape.com.
  8. !
  9. !      ==========================================================
  10. !      NOTE: If you're looking here for things to customize, look
  11. !      on the Preferences dialog under the Options menu first.
  12. !      Most things are customizable from there.  Things which are
  13. !      settable via the Preferences dialog boxes are stored in
  14. !      the ~/.netscape-preferences file, and not in X resources.
  15. !      ==========================================================
  16. !
  17. ! These are the resources used by Netscape when LANG is ja_JP.EUC.
  18. ! You can use the stuff in this file for examples of how to customize
  19. ! Netscape for your environment; normally you will do this by
  20. ! copying the few lines you want to alter to your private resource
  21. ! database, which usually lives in a file called .Xdefaults in your home
  22. ! directory.
  23. !
  24. ! Site administrators should copy this file to
  25. ! /usr/lib/X11/ja_JP.EUC/app-defaults/Netscape.
  26.  
  27.  
  28. ! Here's how you turn on SGI's Motif hacks:
  29. Netscape*sgiMode:         True
  30. Netscape*scheme:          Base
  31. Netscape*useSchemes:        Colors, Fonts
  32. Netscape*useEnhancedFSB:     True
  33.  
  34.  
  35. ! User-Settable Parameters
  36. ! ========================
  37.  
  38. ! This is the directory where Netscape finds external files such as icons.
  39. !
  40. *appDir:            /usr/lib/X11/ja_JP.EUC/netscape
  41.  
  42. ! This resource is the same as the -visual command line option, which selects
  43. ! an X visual on which the windows should be created.  Legal options are:
  44. ! Best, meaning pick the best one w.r.t. image quality; Default, meaning
  45. ! use whatever the server says is the default visual; a visual class (like
  46. ! PseudoColor or TrueColor); or a decimal or hexadecimal digit, the ID of
  47. ! a particular visual (in case there is more than one visual of a particular
  48. ! class.)  "Best" is probably the right choice.
  49. !
  50. *visualID:            Best
  51.  
  52. ! Whether Netscape should install a private colormap.  This will cause the
  53. ! maximal number of colors to be used, but on most systems, will result in
  54. ! unpleasant colormap flashing when switching between applications.  Legal
  55. ! options are: Yes, No, and Guess.  "Guess" means "install the colormap only
  56. ! if we know that the display hardware supports multiple simultaneous
  57. ! colormaps, meaning that there will be no colormap flashing."  Currently,
  58. ! that means install the map when displaying on an SGI screen, and don't
  59. ! otherwise.  (What other vendors have multiple hardware colormaps, and how
  60. ! do you uniquely identify that capability?  Let me know.)
  61. !
  62. *installColormap:        Guess
  63.  
  64. ! The maximum number of color cells to allocate per image; this is only
  65. ! relevant when using the default colormap of a PseudoColor visual.
  66. ! If it is 0, we allocate as many colors as we can get.  (The more colors
  67. ! that we can allocate, the better images will look.)  This controls only
  68. ! the number of colors allocated for internal images - a few more colors
  69. ! will be allocated for the fluff and chrome that comes with Motif.
  70. !
  71. *maxImageColors:        0
  72.  
  73. ! Set this to false to disable the <BLINK> tag.
  74. *blinkingEnabled:        True
  75.  
  76. ! Whether the Exit menu item should confirm first.
  77. *confirmExit:            False
  78.  
  79. ! Mouse cursor when over an anchor.
  80. *linkCursor:            hand2
  81.  
  82. ! Mouse cursor when awaiting a reply.
  83. *busyCursor:            watch
  84.  
  85. ! Mouse cursor when "Save Next Link As..." mode is on, and over a link.
  86. *saveNextLinkCursor:        hand2
  87.  
  88. ! Mouse cursor when "Save Next Link As..." mode is on, and not over a link.
  89. *saveNextNonlinkCursor:        crosshair
  90.  
  91. ! How quickly (in seconds) the status messages should update.
  92. *progressInterval:        1
  93.  
  94. ! How quickly (in milliseconds) the run light and/or logo should animate.
  95. *busyBlinkRate:            500
  96. *animRate:            166
  97.  
  98. ! How often (in seconds) the global history, bookmarks, and disk cache
  99. ! files should be updated.
  100. *saveHistoryInterval:        600
  101.  
  102. ! How many pixels of motion must occur before a mouse-release is interpreted
  103. ! as a "drag" rather than a "click."
  104. *hysteresis:            3
  105.  
  106. ! These resources control whether Netscape should redirect its stdout and
  107. ! stderr streams to a dialog box, so that diagnostics reported by other
  108. ! programs launched by Netscape (for example, external viewers specified in
  109. ! a mailcap file) will be reported to the user through a dialog box,
  110. ! instead of simply showing up on the stdout/stderr of the controlling
  111. ! terminal of Netscape (which in many cases won't even be visible.)
  112. !
  113. ! If you have a external viewer which produces an annoying amount of output
  114. ! even when it has nothing interesting to say, you can shut it up by
  115. ! redirecting its output to stderr; for example, to do this to mpeg_play,
  116. ! you could add the following to your .mailcap file:
  117. !
  118. !        video/mpeg; mpeg_play %s 2>&-
  119. !
  120. ! Normally, Netscape captures both the stdout and stderr into the dialog box.
  121. ! If you find a need to let one or both of them continue on to the actual
  122. ! terminal of Netscape, you can do it by setting these resources to False.
  123. !
  124. *useStderrDialog:        True
  125. *useStdoutDialog:        True
  126.  
  127. ! For those MIME content-encodings which are not directly understood
  128. ! internally, it is possible to specify another Unix program to use as
  129. ! a filter here.
  130. !
  131. ! Each line in the encodingFilters resource consists of four fields,
  132. ! seperated by colons and optional whitespace:
  133. !
  134. !   <input-encoding>  : <output-encoding> : <extensions> : <filter-command>
  135. !
  136. ! input-encoding:  The MIME encoding from the Content-Transfer-Encoding header.
  137. !                  (The basic encodings 7BIT, 8BIT, BINARY, BASE64, and QUOTED-
  138. !                  PRINTABLE are built-in; no need to specify those.)
  139. !
  140. ! output-encoding: The encoding that results from this transformation.
  141. !                  Leaving this empty is usually appropriate.
  142. !
  143. ! extensions:      A comma-seperated list of the extensions typically used for
  144. !                  files in this encoding; if a document ends in one of these
  145. !                  extensions, then when that document is saved to disk, the
  146. !                  extension will be stripped off of the default file name
  147. !                  (since documents are decoded before they are saved, and the
  148. !                  extension would no longer accurately describe the file.)
  149. !
  150. ! filter-command:  A shell command which reads from stdin and writes to stdout
  151. !                  which does the actual decoding.
  152. !
  153. *encodingFilters:                  \
  154.     x-compress :  : .Z     : uncompress -c    \n\
  155.     x-gzip     :  : .z,.gz : gzip -cdq    \n
  156.  
  157.  
  158. ! Too many servers have bugs in the implementation of window gravity for
  159. ! us to rely on it.  Scrolling of large forms is *significantly* faster
  160. ! if we are able to make use of window gravity, but on many X servers, it
  161. ! results in form items being scattered randomly all over the document.
  162. ! Legal values for this resource are Yes, No, Partial, and Guess.  If
  163. ! "Guess", we run some tests and try to decide whether the X server is
  164. ! broken or partially broken.
  165. !
  166. ! If you find yourself needing to use a value here other than Guess,
  167. ! please tell us, so that we can make it guess correctly in the future.
  168. !
  169. *windowGravityWorks:        Guess
  170.  
  171.  
  172. ! Colors
  173. !
  174. ! This resource controls the forground text color of unfollowed links 
  175. ! (links which have not yet been visited.)
  176. !
  177. *linkForeground:            #0000EE
  178.  
  179. ! This resource controls the forground text color of followed links 
  180. ! (links which have already been visited.)
  181. !
  182. *vlinkForeground:            #551A8B
  183.  
  184. ! This resource controls the forground text color of activated links 
  185. ! (links which are in the process of being clicked upon.)
  186. !
  187. *alinkForeground:            #FF0000
  188.  
  189. ! These resources control the forground and background colors of text
  190. ! which has been selected with the mouse.
  191. !
  192. *selectForeground:            #000000
  193. *selectBackground:            #FFFFCC
  194.  
  195. ! These resources control the forground and background colors of normal text.
  196. !
  197. *defaultForeground:            #000000
  198. *defaultBackground:            #C0C0C0
  199.  
  200. ! This resource may be used to specify a default background image.  It should
  201. ! be a file name or URL pointing to a GIF, JPEG, or XBM image.  If it is blank,
  202. ! then the default background color will be used instead.
  203. !
  204. *defaultBackgroundImage:        
  205.  
  206. ! Normally, the user-specified colors and backgrounds will only be used when
  207. ! viewing documents which did not specify their own colors and backgrounds.
  208. ! If this resource is set to False, then the user-specified colors and
  209. ! backgrounds will always be used, regardless of the options specified in 
  210. ! the document itself.
  211. !
  212. *documentColorsHavePriority:        True
  213.  
  214.  
  215. ! Translations
  216. !
  217. ! Many of these translations are duplicated on both "Meta" and "Alt", since
  218. ! X has this stupid notion that "Meta" and "Alt" are not synonymous, and
  219. ! Sun in their infinite wisdom furthers this confusing lossage by both having
  220. ! Meta *and* Alt keys on the keyboard, and having the key which is labelled
  221. ! Alt generate *META* (the Diamond keys generate Alt.)  All praise Sun!
  222. ! All praise the X keyboard model!
  223. !
  224. ! And because of the need to do this, we have to do all of the keyboard
  225. ! equivalents with "translations" instead of "accelerators", since a menu
  226. ! item can only have one accelerator, and in order to make both Meta and Alt
  227. ! work we need to give them each two.  All praise Motif!
  228. !
  229. *drawingArea.translations:        #replace            \
  230.     <Btn1Down>:            ArmLink()            \n\
  231.     <Btn2Down>:            ArmLink()            \n\
  232.     ~Shift<Btn1Up>:            ActivateLink()            \
  233.                     DisarmLink()            \n\
  234.     ~Shift<Btn2Up>:            ActivateLink(new-window)    \
  235.                     DisarmLink()            \n\
  236.     Shift<Btn1Up>:            ActivateLink(save-only)        \
  237.                     DisarmLink()            \n\
  238.     Shift<Btn2Up>:            ActivateLink(save-only)        \
  239.                     DisarmLink()            \n\
  240.     <Btn1Motion>:            DisarmLinkIfMoved()        \n\
  241.     <Btn2Motion>:            DisarmLinkIfMoved()        \n\
  242.     <Btn3Motion>:            DisarmLinkIfMoved()        \n\
  243.     <Motion>:            DescribeLink()            \n\
  244.     <Btn3Down>:            CommandMenu()            \n
  245.  
  246. ! Some basic emacs-like bindings for single-line text fields.
  247. *XmTextField.translations:        #override            \n\
  248.     ~Meta ~Alt Ctrl<Key>a:        beginning-of-line()        \n\
  249.     ~Meta ~Alt Ctrl<Key>b:        backward-character()        \n\
  250.     ~Meta ~Alt Ctrl<Key>d:        delete-next-character()        \n\
  251.     ~Meta ~Alt Ctrl<Key>e:        end-of-line()            \n\
  252.     ~Meta ~Alt Ctrl<Key>f:        forward-character()        \n\
  253.     ~Meta ~Alt Ctrl<Key>g:        process-cancel()        \n\
  254.     ~Meta ~Alt Ctrl<Key>h:        delete-previous-character()    \n\
  255.     ~Meta ~Alt Ctrl<Key>k:        delete-to-end-of-line()        \n\
  256.     ~Meta ~Alt Ctrl<Key>u:        beginning-of-line()        \
  257.                     delete-to-end-of-line()        \n\
  258.     ~Meta ~Alt Ctrl<Key>w:        cut-clipboard()            \n\
  259.     Meta ~Ctrl<Key>b:        backward-word()            \n\
  260.      Alt ~Ctrl<Key>b:        backward-word()            \n\
  261.     Meta ~Ctrl<Key>d:        delete-next-word()        \n\
  262.      Alt ~Ctrl<Key>d:        delete-next-word()        \n\
  263.     Meta ~Ctrl<Key>f:        forward-word()            \n\
  264.      Alt ~Ctrl<Key>f:        forward-word()            \n\
  265.     Meta ~Ctrl<Key>w:        copy-clipboard()        \n\
  266.      Alt ~Ctrl<Key>w:        copy-clipboard()        \n\
  267.     Meta ~Ctrl<Key>osfLeft:        backward-word()            \n\
  268.      Alt ~Ctrl<Key>osfLeft:        backward-word()            \n\
  269.     Meta ~Ctrl<Key>osfRight:    forward-word()            \n\
  270.      Alt ~Ctrl<Key>osfRight:    forward-word()            \n\
  271.     Meta ~Ctrl<Key>osfBackSpace:    delete-previous-word()        \n\
  272.      Alt ~Ctrl<Key>osfBackSpace:    delete-previous-word()        \n\
  273.     Meta ~Ctrl<Key>osfDelete:    delete-next-word()        \n\
  274.      Alt ~Ctrl<Key>osfDelete:    delete-next-word()        \n
  275.  
  276. ! Some basic emacs-like bindings for multi-line text fields.
  277. ! This duplicates info with the above, since XmTextField bogusly
  278. ! doesn't know about the page and line oriented actions at all,
  279. ! and pukes out a warning when it encounters them.  How very.
  280. *XmText.translations:            #override            \n\
  281.     ~Meta ~Alt Ctrl<Key>a:        beginning-of-line()        \n\
  282.     ~Meta ~Alt Ctrl<Key>b:        backward-character()        \n\
  283.     ~Meta ~Alt Ctrl<Key>d:         delete-next-character()        \n\
  284.     ~Meta ~Alt Ctrl<Key>e:        end-of-line()            \n\
  285.     ~Meta ~Alt Ctrl<Key>f:        forward-character()        \n\
  286.     ~Meta ~Alt Ctrl<Key>g:        process-cancel()        \n\
  287.     ~Meta ~Alt Ctrl<Key>h:         delete-previous-character()    \n\
  288.     ~Meta ~Alt Ctrl<Key>k:        delete-to-end-of-line()        \n\
  289.     ~Meta ~Alt Ctrl<Key>u:        beginning-of-line()        \
  290.                     delete-to-end-of-line()        \n\
  291.     ~Meta ~Alt Ctrl<Key>w:        cut-clipboard()            \n\
  292.     Meta ~Ctrl<Key>b:        backward-word()            \n\
  293.      Alt ~Ctrl<Key>b:        backward-word()            \n\
  294.     Meta ~Ctrl<Key>d:        delete-next-word()        \n\
  295.      Alt ~Ctrl<Key>d:        delete-next-word()        \n\
  296.     Meta ~Ctrl<Key>f:        forward-word()            \n\
  297.      Alt ~Ctrl<Key>f:        forward-word()            \n\
  298.     Meta ~Ctrl<Key>w:        copy-clipboard()        \n\
  299.      Alt ~Ctrl<Key>w:        copy-clipboard()        \n\
  300.     Meta ~Ctrl<Key>osfLeft:        backward-word()            \n\
  301.      Alt ~Ctrl<Key>osfLeft:        backward-word()            \n\
  302.     Meta ~Ctrl<Key>osfRight:    forward-word()            \n\
  303.      Alt ~Ctrl<Key>osfRight:    forward-word()            \n\
  304.     Meta ~Ctrl<Key>osfBackSpace:    delete-previous-word()        \n\
  305.      Alt ~Ctrl<Key>osfBackSpace:    delete-previous-word()        \n\
  306.     Meta ~Ctrl<Key>osfDelete:    delete-next-word()        \n\
  307.      Alt ~Ctrl<Key>osfDelete:    delete-next-word()        \n\
  308.                                     \
  309.     ~Meta ~Alt Ctrl<Key>n:        next-line()            \n\
  310.     ~Meta ~Alt Ctrl<Key>p:        previous-line()            \n\
  311.     ~Meta ~Alt Ctrl<Key>v:        next-page()            \n\
  312.     Meta ~Ctrl<Key>v:        previous-page()            \n\
  313.      Alt ~Ctrl<Key>v:        previous-page()            \n
  314.  
  315. ! We merge these translations into all text fields which are not the
  316. ! bottommost text field in the dialog box.  This is so that hitting
  317. ! `return' in a text field will select the next text field if there
  318. ! is one, and will select the "OK" button if there are no more.
  319. ! We merge these in explicitly instead of doing it all with resources
  320. ! here because I couldn't figure out how to make that work without
  321. ! duplicating the text of all of the above keybindings another dozen
  322. ! times!!
  323. *nonterminalTextTranslations:    #override                \n\
  324.     <Key>Return:        next-tab-group()            \n\
  325.     <Key>Linefeed:        next-tab-group()            \n
  326.  
  327. ! This is used for self-submitting text fields in forms...
  328. ! We don't need to store these in to dialog box text fields, since
  329. ! in that case we are able to simply avoid storing in the above ones,
  330. ! but we don't know that until too late with forms.
  331. *terminalTextTranslations:    #override                \n\
  332.     <Key>Return:        activate()                \n\
  333.     <Key>Linefeed:        activate()                \n
  334.  
  335.  
  336. ! Gag barf retch puke.  We install these on every widget in the main tree
  337. ! (but not popups.)
  338. *globalTranslations:            #override            \n\
  339.                                     \
  340.     Meta ~Ctrl<Key>N:        new()                \n\
  341.      Alt ~Ctrl<Key>N:        new()                \n\
  342.     Meta ~Ctrl<Key>L:        openURL()            \n\
  343.      Alt ~Ctrl<Key>L:        openURL()            \n\
  344.     Meta ~Ctrl<Key>O:        openFile()            \n\
  345.      Alt ~Ctrl<Key>O:        openFile()            \n\
  346.     Meta ~Ctrl<Key>S:        saveAs()            \n\
  347.      Alt ~Ctrl<Key>S:        saveAs()            \n\
  348.     Meta ~Ctrl<Key>M:        mailto()            \n\
  349.      Alt ~Ctrl<Key>M:        mailto()            \n\
  350.     Meta ~Ctrl<Key>P:        print()                \n\
  351.      Alt ~Ctrl<Key>P:        print()                \n\
  352.     Meta ~Ctrl<Key>W:        delete()            \n\
  353.      Alt ~Ctrl<Key>W:        delete()            \n\
  354.     Meta ~Ctrl<Key>Z:        undo()                \n\
  355.      Alt ~Ctrl<Key>Z:        undo()                \n\
  356.     Meta ~Ctrl<Key>X:        cut()                \n\
  357.      Alt ~Ctrl<Key>X:        cut()                \n\
  358.     Meta ~Ctrl<Key>C:        copy()                \n\
  359.      Alt ~Ctrl<Key>C:        copy()                \n\
  360.     Meta ~Ctrl<Key>V:        paste()                \n\
  361.      Alt ~Ctrl<Key>V:        paste()                \n\
  362.     Meta ~Ctrl<Key>F:        find()                \n\
  363.      Alt ~Ctrl<Key>F:        find()                \n\
  364.     Meta ~Ctrl<Key>G:        findAgain()            \n\
  365.      Alt ~Ctrl<Key>G:        findAgain()            \n\
  366.     Meta ~Ctrl<Key>R:        reload()            \n\
  367.      Alt ~Ctrl<Key>R:        reload()            \n\
  368.     Meta ~Ctrl<Key>I:        loadImages()            \n\
  369.      Alt ~Ctrl<Key>I:        loadImages()            \n\
  370.     Meta ~Ctrl<Key>osfLeft:        back()                \n\
  371.      Alt ~Ctrl<Key>osfLeft:        back()                \n\
  372.     Meta ~Ctrl<Key>osfRight:    forward()            \n\
  373.      Alt ~Ctrl<Key>osfRight:    forward()            \n\
  374.     Meta ~Ctrl<Key>H:        history()            \n\
  375.      Alt ~Ctrl<Key>H:        history()            \n\
  376.               <Key>osfCancel:    abort()                \n\
  377.     Meta ~Ctrl<Key>1:        historyItem(1)            \n\
  378.      Alt ~Ctrl<Key>1:        historyItem(1)            \n\
  379.     Meta ~Ctrl<Key>2:        historyItem(2)            \n\
  380.      Alt ~Ctrl<Key>2:        historyItem(2)            \n\
  381.     Meta ~Ctrl<Key>3:        historyItem(3)            \n\
  382.      Alt ~Ctrl<Key>3:        historyItem(3)            \n\
  383.     Meta ~Ctrl<Key>4:        historyItem(4)            \n\
  384.      Alt ~Ctrl<Key>4:        historyItem(4)            \n\
  385.     Meta ~Ctrl<Key>5:        historyItem(5)            \n\
  386.      Alt ~Ctrl<Key>5:        historyItem(5)            \n\
  387.     Meta ~Ctrl<Key>6:        historyItem(6)            \n\
  388.      Alt ~Ctrl<Key>6:        historyItem(6)            \n\
  389.     Meta ~Ctrl<Key>7:        historyItem(7)            \n\
  390.      Alt ~Ctrl<Key>7:        historyItem(7)            \n\
  391.     Meta ~Ctrl<Key>8:        historyItem(8)            \n\
  392.      Alt ~Ctrl<Key>8:        historyItem(8)            \n\
  393.     Meta ~Ctrl<Key>9:        historyItem(9)            \n\
  394.      Alt ~Ctrl<Key>9:        historyItem(9)            \n\
  395.     Meta ~Ctrl<Key>A:        addBookmark()            \n\
  396.      Alt ~Ctrl<Key>A:        addBookmark()            \n\
  397.     Meta ~Ctrl<Key>B:        viewBookmark()            \n\
  398.      Alt ~Ctrl<Key>B:        viewBookmark()            \n\
  399.                                     \
  400.     ~Meta ~Alt ~Ctrl<Key>Prior:        PageUp()        \n\
  401.     ~Meta ~Alt ~Ctrl<Key>Next:        PageDown()        \n\
  402.     ~Meta ~Alt ~Ctrl<Key>osfPageUp:        PageUp()        \n\
  403.     ~Meta ~Alt ~Ctrl<Key>osfPageDown:    PageDown()        \n
  404.  
  405. ! These keysyms are apparently an R6ism.
  406. !    ~Meta ~Alt ~Ctrl<Key>KP_Prior:        PageUp()        \n\
  407. !    ~Meta ~Alt ~Ctrl<Key>KP_Next:        PageDown()        \n\
  408.  
  409.  
  410. ! Gag barf retch puke.  We install these on every TextField widget in the
  411. ! main tree (but not popups.)
  412. *globalTextFieldTranslations:        #override            \n\
  413.     ~Meta ~Alt ~Ctrl<Key>Up:    LineUp()            \n\
  414.     ~Meta ~Alt ~Ctrl<Key>Down:    LineDown()            \n\
  415.     ~Meta ~Alt ~Ctrl<Key>osfUp:    LineUp()            \n\
  416.     ~Meta ~Alt ~Ctrl<Key>osfDown:    LineDown()            \n
  417.  
  418. ! These keysyms are apparently an R6ism.
  419. !    ~Meta ~Alt ~Ctrl<Key>KP_Up:    LineUp()            \n\
  420. !    ~Meta ~Alt ~Ctrl<Key>KP_Down:    LineDown()            \n\
  421.  
  422.  
  423. ! Gag barf retch puke.  We install these on every widget in the main tree
  424. ! (but not popups) that isn't a Text or TextField.
  425. *globalNonTextTranslations:        #override            \n\
  426.     ~Meta ~Alt ~Ctrl<Key>space:    PageDown()            \n\
  427.                                       \
  428.     ~Meta ~Alt ~Ctrl<Key>Delete:    PageUp()            \n\
  429.     ~Meta ~Alt ~Ctrl<Key>BackSpace:    PageUp()            \n\
  430.     ~Meta ~Alt ~Ctrl<Key>Up:    LineUp()            \n\
  431.     ~Meta ~Alt ~Ctrl<Key>Down:    LineDown()            \n\
  432.     ~Meta ~Alt ~Ctrl<Key>Left:    ColumnLeft()            \n\
  433.     ~Meta ~Alt ~Ctrl<Key>Right:    ColumnRight()            \n\
  434.                                       \
  435.     ~Meta ~Alt ~Ctrl<Key>osfDelete:    PageUp()            \n\
  436.     ~Meta ~Alt ~Ctrl<Key>osfBackSpace:PageUp()            \n\
  437.      Meta  Ctrl<Key>f:        fishcam()            \n\
  438.       Alt  Ctrl<Key>f:        fishcam()            \n\
  439.      Meta  Ctrl<Key>t:        net_showstatus()            \n\
  440.       Alt  Ctrl<Key>t:        net_showstatus()            \n\
  441.     ~Meta ~Alt ~Ctrl<Key>osfUp:    LineUp()            \n\
  442.     ~Meta ~Alt ~Ctrl<Key>osfDown:    LineDown()            \n\
  443.     ~Meta ~Alt ~Ctrl<Key>osfLeft:    ColumnLeft()            \n\
  444.     ~Meta ~Alt ~Ctrl<Key>osfRight:    ColumnRight()            \n
  445.  
  446. ! These keysyms are apparently an R6ism.
  447. !    ~Meta ~Alt ~Ctrl<Key>KP_Up:    LineUp()            \n\
  448. !    ~Meta ~Alt ~Ctrl<Key>KP_Down:    LineDown()            \n\
  449. !    ~Meta ~Alt ~Ctrl<Key>KP_Left:    ColumnLeft()            \n\
  450. !    ~Meta ~Alt ~Ctrl<Key>KP_Right:    ColumnRight()            \n\
  451.  
  452.  
  453. ! About Translations, Actions, and "-remote" commands:
  454. !
  455. ! You can control a running Netscape process externally; you do this by
  456. ! issuing a command like "netscape -remote openURL(http://xxx)".
  457. ! When Netscape is invoked with the -remote argument, it does not open
  458. ! window, but instead connects to and controls an already-existing process.
  459. ! This is done using X properties, so the two Netscape processes need not
  460. ! be running on the same machine, and need not share a file system.
  461. !
  462. ! All of Netscape's action names are the same as its resource names; so, for
  463. ! example, if you wanted to know the name of the action that corresponds to
  464. ! the "Add Bookmark" menu item, you could look in this file for "Add Bookmark"
  465. ! and see that the resource that is set to that string is "addBookmark" -
  466. ! that's the name of the Action as well.
  467. !
  468. ! You can use Actions in Translation tables in the usual Xt-ish way, but you
  469. ! can also invoke them directly via "netscape -remote", like this:
  470. !
  471. !    netscape -remote 'addBookmark()'
  472. !
  473. ! That will cause the existing Netscape process to add its current URL to
  474. ! the bookmarks, just as if you had selected that menu item.
  475. !
  476. ! Please see the document http://home.netscape.com/newsref/std/x-remote.html
  477. ! for more information.
  478.  
  479.  
  480. !=============================================================================
  481. !
  482. !      There's really nothing after this point you should be messing with.
  483. !
  484. !=============================================================================
  485.  
  486.  
  487. ! Motif drag-and-drop is insanely buggy, and is causing crashes even in
  488. ! contexts where it has no business being involved at all.  Let's try
  489. ! disabling it globally and see if that helps.
  490. Netscape*dragInitiatorProtocolStyle:    XmDRAG_NONE
  491. Netscape*dragReceiverProtocolStyle:    XmDRAG_NONE
  492.  
  493.  
  494. ! Labels
  495. !
  496. *Help.sensitive:            False
  497.  
  498. *urlLabel.alignment:            ALIGNMENT_END
  499. *urlLabel.recomputeSize:        False
  500. *urlLabel.netsiteLabelString:        Ñ═Ñ├Ñ╚Ñ╡ÑñÑ╚:
  501. *urlLabel.uneditedLabelString:        ╛∞╜Ω:
  502. *urlLabel.editedLabelString:        ░▄╞░:
  503. ! this must be the longer of the two...
  504. *urlLabel.labelString:            Ñ═Ñ├Ñ╚Ñ╡ÑñÑ╚:
  505.  
  506.  
  507. !=============================================================================
  508. *menuBar.file.labelString:        Ñ╒ÑíÑñÑδ
  509.  
  510. *menuBar*new.labelString:        ┐╖ñ╖ññѪÑúÑ≤Ñ╔Ѫ (N)
  511. *menuBar*new.mnemonic:            N
  512. *menuBar*new.acceleratorText:        Alt+N
  513.  
  514. *menuBar*openURL.labelString:        ╛∞╜Ωñ╪░▄╞░... (L)
  515. *menuBar*openURL.mnemonic:        L
  516. *menuBar*openURL.acceleratorText:    Alt+L
  517.  
  518. *menuBar*openFile.labelString:        Ñ╒ÑíÑñÑδñ≥│½ñ»... (O)
  519. *menuBar*openFile.mnemonic:        O
  520. *menuBar*openFile.acceleratorText:    Alt+O
  521.  
  522. *menuBar*saveAs.labelString:        ╩╠╠╛╩▌┤╔... (S)
  523. *menuBar*saveAs.mnemonic:        S
  524. *menuBar*saveAs.acceleratorText:    Alt+S
  525.  
  526. *menuBar*saveLinksAs.labelString:    ÑΩÑ≤Ñ»ñ≥╩╠╠╛╩▌┤╔... (A)
  527. *menuBar*saveLinksAs.mnemonic:        A
  528. ! accelerator is magic
  529. *menuBar*saveLinksAs.acceleratorText:    Shift+Click
  530.  
  531. *menuBar*mailto.labelString:        Ñßí╝Ñδñ≥╜±ñ»... (M)
  532. *menuBar*mailto.mnemonic:        M
  533. *menuBar*mailto.acceleratorText:    Alt+M
  534.  
  535. *menuBar*docInfo.labelString:        ╩╕╜±╛≡╩≤ (D)
  536. *menuBar*docInfo.mnemonic:        D
  537. ! no accelerator
  538.  
  539. *menuBar*printSetup.labelString:    ░⌡║■└▀─Ω... (r)
  540. *menuBar*printSetup.mnemonic:        r
  541. ! no accelerator
  542.  
  543. *menuBar*print.labelString:        ░⌡║■... (P)
  544. *menuBar*print.mnemonic:        P
  545. *menuBar*print.acceleratorText:        Alt+P
  546.  
  547. *menuBar*delete.labelString:        ╩─ñ╕ñδ (C)
  548. *menuBar*delete.mnemonic:        C
  549. *menuBar*delete.acceleratorText:    Alt+W
  550.  
  551. *menuBar*quit.labelString:        ╜¬╬╗ (x)
  552. *menuBar*quit.mnemonic:            x
  553. ! no accelerator
  554.  
  555.  
  556. !=============================================================================
  557. *menuBar.edit.labelString:        ╩╘╜╕
  558.  
  559. *menuBar*undo.labelString:        ╝Φ╛├ (U)
  560. *menuBar*undo.mnemonic:            U
  561. *menuBar*undo.acceleratorText:        Alt+Z
  562.  
  563. *menuBar*cut.labelString:        Ñ½Ñ├Ñ╚ (t)
  564. *menuBar*cut.mnemonic:            t
  565. *menuBar*cut.acceleratorText:        Alt+X
  566.  
  567. *menuBar*copy.labelString:        Ñ│Ñ╘í╝ (C)
  568. *menuBar*copy.mnemonic:            C
  569. *menuBar*copy.acceleratorText:        Alt+C
  570.  
  571. *menuBar*paste.labelString:        Ñ┌ÑñÑ╣Ñ╚ (P)
  572. *menuBar*paste.mnemonic:        P
  573. *menuBar*paste.acceleratorText:        Alt+V
  574.  
  575. *menuBar*find.labelString:        ╕í║≈... (F)
  576. *menuBar*find.mnemonic:            F
  577. *menuBar*find.acceleratorText:        Alt+F
  578.  
  579. *menuBar*findAgain.labelString:        ║╞╕í║≈... (g)
  580. *menuBar*findAgain.mnemonic:        g
  581. *menuBar*findAgain.acceleratorText:    Alt+G
  582.  
  583.  
  584. !=============================================================================
  585. *menuBar.view.labelString:        ╔╜╝¿
  586.  
  587. *menuBar*reload.labelString:        ║╞╞╔╣■ (R)
  588. *menuBar*reload.mnemonic:        R
  589. *menuBar*reload.acceleratorText:    Alt+R
  590.  
  591. *menuBar*loadImages.labelString:    ▓Φ┴ⁿñ≥╞╔╣■ñα (I)
  592. *menuBar*loadImages.mnemonic:        I
  593. *menuBar*loadImages.acceleratorText:    Alt+I
  594.  
  595. *menuBar*refresh.labelString:        ║╞╔┴▓Φ (f)
  596. *menuBar*refresh.mnemonic:        f
  597. ! no accelerator
  598.  
  599. *menuBar*source.labelString:        Ñ╜í╝Ñ╣... (S)
  600. *menuBar*source.mnemonic:        S
  601. ! no accelerator
  602.  
  603.  
  604. !=============================================================================
  605. *menuBar.go.labelString:        Ñ╕ÑπÑ≤Ñ╫
  606.  
  607. *menuBar*back.labelString:        ╠ßñδ (B)
  608. *menuBar*back.mnemonic:            B
  609. *menuBar*back.acceleratorText:        Alt+Left
  610.  
  611. *menuBar*forward.labelString:        ┐╩ñα (F)
  612. *menuBar*forward.mnemonic:        F
  613. *menuBar*forward.acceleratorText:    Alt+Right
  614.  
  615. *menuBar*home.labelString:        Ñ█í╝Ñα (H)
  616. *menuBar*home.mnemonic:            H
  617. ! no accelerator
  618.  
  619. *menuBar*abort.labelString:        ╞╔╣■├µ╗▀ (S)
  620. *menuBar*abort.mnemonic:        S
  621. *menuBar*abort.acceleratorText:        ESC
  622.  
  623. *menuBar*viewHistory.labelString:    ═·╬≥ñ╬╔╜╝¿... (V)
  624. *menuBar*viewHistory.mnemonic:        V
  625. *menuBar*viewHistory.acceleratorText:    Alt+H
  626.  
  627. *menuBar*historyItem1.acceleratorText:    Alt+1
  628. *menuBar*historyItem2.acceleratorText:    Alt+2
  629. *menuBar*historyItem3.acceleratorText:    Alt+3
  630. *menuBar*historyItem4.acceleratorText:    Alt+4
  631. *menuBar*historyItem5.acceleratorText:    Alt+5
  632. *menuBar*historyItem6.acceleratorText:    Alt+6
  633. *menuBar*historyItem7.acceleratorText:    Alt+7
  634. *menuBar*historyItem8.acceleratorText:    Alt+8
  635. *menuBar*historyItem9.acceleratorText:    Alt+9
  636.  
  637. *menuBar*historyTruncated.labelString:    ( ...░╩▓╝╛╩╬¼... )
  638. *menuBar*historyTruncated.alignment:    ALIGNMENT_CENTER
  639.  
  640.  
  641. !=============================================================================
  642. *menuBar.bookmark.labelString:        ñ╖ñ¬ñΩ
  643.  
  644. *menuBar*addBookmark.labelString:    ñ╖ñ¬ñΩñ╬─╔▓├ (A)
  645. *menuBar*addBookmark.mnemonic:        A
  646. *menuBar*addBookmark.acceleratorText:    Alt+A
  647.  
  648. *menuBar*viewBookmark.labelString:    ñ╖ñ¬ñΩñ╬╔╜╝¿ (B)
  649. *menuBar*viewBookmark.mnemonic:        B
  650. *menuBar*viewBookmark.acceleratorText:    Alt+B
  651.  
  652.  
  653. !=============================================================================
  654. *menuBar.options.labelString:        Ñ¬Ñ╫Ñ╖ÑτÑ≤
  655.  
  656. *menuBar*preferences.labelString:    └▀─Ω... (P)
  657. *menuBar*preferences.mnemonic:        P
  658.  
  659. *menuBar*showToolbar.labelString:    Ñ─í╝ÑδÑ╨í╝ñ╬╔╜╝¿ (T)
  660. *menuBar*showToolbar.mnemonic:        T
  661.  
  662. *menuBar*showURL.labelString:        ╛∞╜Ωñ╬╔╜╝¿ (L)
  663. *menuBar*showURL.mnemonic:        L
  664.  
  665. *menuBar*showDirectoryButtons.labelString: Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩíªÑ▄Ñ┐Ñ≤ñ╬╔╜╝¿ (D)
  666. *menuBar*showDirectoryButtons.mnemonic:       D
  667.  
  668. *menuBar*showSecurityBar.labelString:    Ñ╗Ñ¡ÑσÑΩÑ╞ÑúíªÑ½ÑΘí╝Ñ╨í╝ñ≥╔╜╝¿ (C)
  669. *menuBar*showSecurityBar.mnemonic:    C
  670.  
  671. *menuBar*autoLoadImages.labelString:    ▓Φ┴ⁿñ≥╝½╞░┼¬ñ╦╞╔╣■ñα (A)
  672. *menuBar*autoLoadImages.mnemonic:    A
  673.  
  674. *menuBar*fancyFTP.labelString:        FTP Ñ╒ÑíÑñÑδ╛≡╩≤ñ╬╔╜╝¿ (F)
  675. *menuBar*fancyFTP.mnemonic:        F
  676.  
  677. *menuBar*saveOptions.labelString:    └▀─Ωñ≥╩▌┤╔ (S)
  678. *menuBar*saveOptions.mnemonic:        S
  679.  
  680. !=============================================================================
  681. *menuBar.directory.labelString:        Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩ
  682.  
  683. *menuBar*netscape.labelString:        Netscape ñ╬Ñ█í╝Ñα
  684. *menuBar*netscape.mnemonic:        e
  685.  
  686. *menuBar*sgi.labelString:        Silicon Graphics, Inc.
  687. *menuBar*sgi.mnemonic:            i
  688.  
  689. *menuBar*adobe.labelString:        Adobe Systems, Inc.
  690. *menuBar*adobe.mnemonic:        o
  691.  
  692. *menuBar*whatsNew.labelString:        ┐╖├σ╛≡╩≤ (N)
  693. *menuBar*whatsNew.mnemonic:        N
  694.  
  695. *menuBar*whatsCool.labelString:        ñ¬┤½ñß (C)
  696. *menuBar*whatsCool.mnemonic:        C
  697.  
  698. *menuBar*newsgroups.labelString:    Ñ╦Ñσí╝Ñ╣ñ≥╞╔ñα (G)
  699. *menuBar*newsgroups.mnemonic:        G
  700.  
  701. *menuBar*inetIndex.labelString:        ÑñÑ≤Ñ┐Ñ═Ñ├Ñ╚íªÑ╟ÑúÑ∞Ñ»Ñ╚ÑΩ (D)
  702. *menuBar*inetIndex.mnemonic:        D
  703.  
  704. *menuBar*inetSearch.labelString:    ÑñÑ≤Ñ┐Ñ═Ñ├Ñ╚╕í║≈ (S)
  705. *menuBar*inetSearch.mnemonic:        S
  706.  
  707. *menuBar*inetWhite.labelString:        ÑñÑ≤Ñ┐Ñ═Ñ├Ñ╚íªÑ█Ñ∩ÑñÑ╚íªÑ┌í╝Ñ╕ (P)
  708. *menuBar*inetWhite.mnemonic:        P
  709.  
  710. *menuBar*inetAbout.labelString:        ÑñÑ≤Ñ┐Ñ═Ñ├Ñ╚ñ╦ñ─ñññ╞ (A)
  711. *menuBar*inetAbout.mnemonic:        A
  712.  
  713. *menuBar*galleria.labelString:        Netscape Galleria
  714. *menuBar*galleria.mnemonic:        l
  715.  
  716.  
  717. !=============================================================================
  718. *menuBar.help.labelString:        Ñ╪ÑδÑ╫
  719.  
  720. *menuBar*about.labelString:        Netscape ñ╦ñ─ñññ╞... (A)
  721. *menuBar*about.mnemonic:        A
  722.  
  723. *menuBar*registration.labelString:    ┼╨╧┐╛≡╩≤ (I)
  724. *menuBar*registration.mnemonic:        I
  725.  
  726. *menuBar*manual.labelString:        ╝Ω░· (H)
  727. *menuBar*manual.mnemonic:        H
  728.  
  729. *menuBar*relnotes.labelString:        ÑΩÑΩí╝Ñ╣íªÑ╬í╝Ñ╚ (R)
  730. *menuBar*relnotes.mnemonic:        R
  731.  
  732. *menuBar*faq.labelString:        ñΦñ»┐╥ñ═ñΘñ∞ñδ╝┴╠Σ (FAQ)
  733. *menuBar*faq.mnemonic:            Q
  734.  
  735. *menuBar*aboutSecurity.labelString:    Ñ╗Ñ¡ÑσÑΩÑ╞Ñúñ╦ñ─ñññ╞ (O)
  736. *menuBar*aboutSecurity.mnemonic:    O
  737.  
  738. *menuBar*feedback.labelString:        ÑΩѻѿÑ╣Ñ╚ñ╬┴≈ñΩ╩² (F)
  739. *menuBar*feedback.mnemonic:        F
  740.  
  741. *menuBar*support.labelString:        Ñ╡Ñ▌í╝Ñ╚ñ╬╝⌡ñ▒╩² (S)
  742. *menuBar*support.mnemonic:        S
  743.  
  744. *menuBar*howTo.labelString:        Web Ñ╡í╝Ñ╙Ñ╣ñ╬║εñΩ╩² (H)
  745. *menuBar*howTo.mnemonic:        H
  746.  
  747.  
  748. ! For the toggles in the options menu
  749. *menuBar*XmToggleButton.indicatorType:        N_OF_MANY
  750. *menuBar*XmToggleButtonGadget.indicatorType:    N_OF_MANY
  751. *menuBar*XmToggleButton.fillOnSelect:        True
  752. *menuBar*XmToggleButtonGadget.fillOnSelect:    True
  753. *menuBar*XmToggleButton.visibleWhenOff:        True
  754. *menuBar*XmToggleButtonGadget.visibleWhenOff:    True
  755.  
  756.  
  757. !=============================================================================
  758. *toolBar.back.labelString:        ╠ßñδ
  759. *toolBar.forward.labelString:        ┐╩ñα
  760. *toolBar.home.labelString:        Ñ█í╝Ñα
  761. *toolBar.reload.labelString:        ║╞╞╔╣■
  762. *toolBar*loadImages.labelString:    ▓Φ┴ⁿñ≥╞╔╣■ñα
  763. *toolBar.openURL.labelString:        │½ñ»...
  764. *toolBar.print.labelString:        ░⌡║■...
  765. *toolBar*find.labelString:        ╕í║≈...
  766. *toolBar*abort.labelString:        ─Σ╗▀
  767.  
  768. *toolBar*spacer.marginWidth:        4
  769. *urlBar*spacer.marginWidth:        4
  770.  
  771. *urlBar*whatsNew.labelString:        ┐╖├σ╛≡╩≤
  772. *urlBar*whatsCool.labelString:        ñ¬┤½ñß
  773. *urlBar*manual.labelString:        ╝Ω░·
  774. *urlBar*inetSearch.labelString:        Ñ═Ñ├Ñ╚╕í║≈
  775. *urlBar*inetIndex.labelString:        Ñ═Ñ├Ñ╚íªÑ╟ÑúÑ∞Ñ»Ñ╚ÑΩ
  776. *urlBar*welcome.labelString:        ñΦñªñ│ñ╜
  777. *urlBar*newsgroups.labelString:        Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫
  778.  
  779. !=============================================================================
  780. *noDocumentLoadedMessage:    ñ│ñ╬ѪÑúÑ≤Ñ╔Ѫñ╦ñ╧ñññ║ñ∞ñ╬╩╕╜±ñΓÑφí╝Ñ╔ñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú
  781. *optionsSavedMessage:        Ñ¬Ñ╫Ñ╖ÑτÑ≤ñ╧╩▌┤╔ñ╡ñ∞ñ▐ñ╖ñ┐íú
  782. *clickToSaveMessage:        ÑΩÑ≤Ñ»ñ≥Ñ»ÑΩÑ├Ñ»ñ╖ñ╞╩▌┤╔ñ╖ñ▐ñ╣íú
  783. *clickToSaveCancelledMessage:    Ñ╒ÑíÑñÑδñ╪ñ╬ÑΩÑ≤Ñ»ñ╬╩▌┤╔ñ╧╝Φ╛├ñ╡ñ∞ñ▐ñ╖ñ┐íú
  784. *noPreviousURLMessage:        ñ│ñ∞░╩┴░ñ╦╩╕╜±ñ╧ñóñΩñ▐ñ╗ñ≤íú
  785. *noNextURLMessage:        ñ│ñ∞░╩╣▀ñ╦╩╕╜±ñ╧ñóñΩñ▐ñ╗ñ≤íú
  786. *noHomeURLMessage:        Ñ█í╝Ñα╩╕╜±ñ¼╗╪─Ωñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú
  787. *notOverImageMessage:        ▓Φ┴ⁿñ╬╛σñ╟ñ╧ñóñΩñ▐ñ╗ñ≤íú
  788. *notOverLinkMessage:        ÑΩÑ≤Ñ»ñ╬╛σñ╟ñ╧ñóñΩñ▐ñ╗ñ≤íú
  789. *noSearchStringMessage:        ╕í║≈ñ╣ñδñΓñ╬ñ¼ñóñΩñ▐ñ╗ñ≤íú
  790. *wrapSearchMessage:         ñ│ñ│ñ╟╩╕╜±ñ╧╜¬ñ∩ñΩñ╟ñ╣íú╩╕╜±ñ╬ñ╧ñ╕ñßñ╦╠ßñΩñ▐ñ╣ñ½?
  791. *wrapSearchBackwardMessage:  ╩╕╜±ñ╬ñ╧ñ╕ñßñ╦╠ßñΩñ▐ñ╖ñ┐íú╩╕╜±ñ╬║╟╕σñ½ñΘ┬│ñ▒ñ▐ñ╣ñ½?
  792. *noAddressesMessage:         ░╕└Φñ¼╗╪─Ωñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú
  793. *noFileMessage:             ╜╨╬╧Ñ╒ÑíÑñÑδñ¼╗╪─Ωñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú
  794. *noPrintCommandMessage:         ░⌡║■ñ╬Ñ│Ñ▐Ñ≤Ñ╔ñ¼╗╪─Ωñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú
  795. *overwriteFileMessage:         Ñ╒ÑíÑñÑδ %s ñ≥╛σ╜±ñ¡ñ╖ñ▐ñ╣ñ½?
  796. *bookmarksChangedMessage:    ñ╖ñ¬ñΩÑ╒ÑíÑñÑδñ╧Ñ╟ÑúÑ╣Ñ»╛σñ╟╣╣┐╖ñ╡ñ∞ñ╞ñññ▐ñ╣íú╛σ╜±ñ¡ñ╖ñ▐ñ╣ñ½?
  797. *bookmarkConflictMessage:   \
  798.             ñ╖ñ¬ñΩÑΩÑ╣Ñ╚ñ╧╩▌┤╔ñ╡ñ∞ñ▐ñ╗ñ≤ñ╟ñ╖ñ┐íú\nÑ╟ÑúÑ╣Ñ»ñ╬ñΓñ╬ñ≥║╞╞╔╣■ñ╖ñ▐ñ╣ñ½?
  799. *bookmarksNoFormsMessage:    \
  800.         Ñ╒Ñ⌐í╝Ñα─≤╜╨ñ╬╖δ▓╠ñ≥ñ╖ñ¬ñΩñ╬░∞═≈ñ╦─╔▓├ñ╟ñ¡ñ▐ñ╗ñ≤ñ╟ñ╖ñ┐íú
  801. *reallyQuitMessage:        ╦▄┼÷ñ╦├µ╗▀ñ╖ñ▐ñ╣ñ½?
  802. *doubleInclusionMessage:    \n\
  803. ╩╕╜±ñ╧ñ╣ñ╟ñ╦░·═╤ñ╡ñ∞ñ╞ñññ▐ñ╣íú\n\
  804.  \n\
  805. ╦▄┼÷ñ╦ñΓñª░∞┼┘░·═╤ñ╖ñ┐ñññ╟ñ╣ñ½íú\n
  806.  
  807. *expireNowMessage:        \
  808.         ñ│ñ╬┴α║εñ╧ñ╣ñ┘ñ╞ñ╬ÑΩÑ≤Ñ»ñ≥╠ñ╞╔ñ╦└▀─Ωñ╖ñ▐ñ╣íú\n ╝┬╣╘ñ╖ñ▐ñ╣ñ½?
  809. *clearMemCacheMessage:        \
  810.     ñ│ñ╬┴α║εñ╧ÑßÑΓÑΩíªÑ¡ÑπÑ├Ñ╖Ñσñ╦╕╜║▀ñóñδñ╣ñ┘ñ╞ñ╬Ñ╒ÑíÑñÑδñ≥║∩╜ⁿñ╖ñ▐ñ╣íú\n╖╤┬│ñ╖ñ▐ñ╣ñ½?
  811. *clearDiskCacheMessage:        \
  812.     ñ│ñ╬┴α║εñ╧Ñ╟ÑúÑ╣Ñ»íªÑ¡ÑπÑ├Ñ╖Ñσñ╦╕╜║▀ñóñδñ╣ñ┘ñ╞ñ╬Ñ╒ÑíÑñÑδñ≥║∩╜ⁿñ╖ñ▐ñ╣íú\n╖╤┬│ñ╖ñ▐ñ╣ñ½?
  813.  
  814. *createCacheDirErrorMessage: \
  815. Ñ¿ÑΘí╝: ▒╩┬│ñ╣ñδÑ¡ÑπÑ├Ñ╖ÑσíªÑ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ≥║ε└«ñ╟ñ¡ñ▐ñ╗ñ≤:\n\
  816.  \n\
  817.             %s: %s\n\
  818.  \n\
  819. í╓ѬÑ╫Ñ╖ÑτÑ≤í╫ÑßÑ╦Ñσí╝ñ╦ñóñδí╓└▀─Ωí╫Ñ└ÑñÑóÑφÑ░ñ≥╗╚═╤\n\
  820. ñ╖ñ╞┐╖ñ╖ññÑ╟ÑúÑ╣Ñ»íªÑ¡ÑπÑ├Ñ╖ÑσíªÑ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ≥└▀─Ωñ╖ñ╞ñ»ñ└ñ╡ññíú\n
  821.  
  822. *createdCacheDirMessage: \
  823. Ñ╟ÑúÑ╣Ñ»íªÑ¡ÑπÑ├Ñ╖Ñσñ╦╗╚═╤ñ╣ñδÑ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ¼║ε└«ñ╡ñ∞ñ▐ñ╖ñ┐íú:\n\
  824.  \n\
  825.             %s/\n\
  826.  \n\
  827. í╓ѬÑ╫Ñ╖ÑτÑ≤í╫ÑßÑ╦Ñσí╝ñ╦ñóñδí╓└▀─Ωí╫Ñ└ÑñÑóÑφÑ░ñ╟\n\
  828. Ñ╟ÑúÑ╣Ñ»íªÑ¡ÑπÑ├Ñ╖ÑσíªÑ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ≥╩╤╣╣ñ╟ñ¡ñ▐ñ╣íú\n
  829.  
  830. *cacheNotDirMessage: \
  831. Ñ¿ÑΘí╝: Ñ╟ÑúÑ╣Ñ»íªÑ¡ÑπÑ├Ñ╖Ñσñ╦╗╚═╤ñ╣ñδñ┐ñßñ╦└▀─Ωñ╡ñ∞ñ┐Ñ╟ÑúÑ∞\n\
  832. Ñ»Ñ╚ÑΩñ¼┬╕║▀ñ╖ñ▐ñ╣ñ¼íóñ╜ñ∞ñ╧Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ╟ñ╧ñóñΩñ▐ñ╗ñ≤íú:\n\
  833.  \n\
  834.             %s\n\
  835.  \n\
  836. í╓ѬÑ╫Ñ╖ÑτÑ≤í╫ÑßÑ╦Ñσí╝ñ╦ñóñδí╓└▀─Ωí╫Ñ└ÑñÑóÑφÑ░ñ≥╗╚═╤ñ╖ñ╞\n\
  837. ┐╖ñ╖ññÑ╟ÑúÑ╣Ñ»íªÑ¡ÑπÑ├Ñ╖ÑσíªÑ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ≥└▀─Ωñ╖ñ╞ñ»ñ└ñ╡ññíú\n
  838.  
  839. *cacheSuffixMessage: \
  840.  \n\
  841. │╞ѵí╝Ñ╢ñ┤ñ╚ñ╦1╕─ñ╬Ñ╟ÑúÑ╣Ñ»íªÑ¡ÑπÑ├Ñ╖Ñσñ¼ñóñδñ┘ñ¡ñ╩ñ╬ñ╟\n\ 
  842. ╢ª═¡Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩ( /tmp ñ╩ñ╔) ñ╬╗╚═╤ñ╧ñ¬┤½ñßñ╖ñ▐ñ╗ñ≤íú\n\
  843.  \n\
  844. ║╟┬τñ╬íªÑ¡ÑπÑ├Ñ╖ÑσíªÑ╡ÑñÑ║ñ╧╕╜║▀ %d Ñ¡ÑφÑ╨ÑñÑ╚ñ╟ñ╣íú\n\
  845. í╓└▀─Ωí╫Ñ└ÑñÑóÑφÑ░ñ╟Ñ¡ÑπÑ├Ñ╖ÑσíªÑ╡ÑñÑ║ñ≥╩╤╣╣ñ╟ñ¡ñ▐ñ╣íú\n\
  846.  \n\
  847. Ñ╟ÑúÑ╣Ñ»íªÑ¡ÑπÑ├Ñ╖Ñσñ≥╠╡╕·ñ╦ñ╣ñδñ╦ñ╧íóÑ╟ÑúÑ╣Ñ»íªÑ¡ÑπÑ├Ñ╖Ñσñ╬┬τñ¡ñ╡\n\
  848. ñ≥ 0 ñ╦└▀─Ωñ╖ñ▐ñ╣íúñ│ñ╬┴α║εñ≥╣╘ñªñ╚╩╕╜±ñ╧ÑßÑΓÑΩíªÑ¡ÑπÑ├\n\
  849. Ñ╖ÑσíªÑ╡ÑñÑ║ñ╬┴¬┬≥ñ╦▒■ñ╕ñ┐ÑßÑΓÑΩñ╦╖╤┬│ñ╖ñ╞Ñ¡ÑπÑ├Ñ╖ÑσíªÑñÑ≤ñ╡ñ∞\n\
  850. ñ▐ñ╣ñ¼íóÑ╟ÑúÑ╣Ñ»╛σñ╦ñ╧Ñ¡ÑπÑ├Ñ╖Ñσñ╡ñ∞ñ╩ñ»ñ╩ñΩñ▐ñ╣íú ñ─ñ▐ñΩÑ¡ÑπÑ├Ñ╖Ñσ \n\
  851. ñ╧┐╖ñ┐ñ╩ Netscape ñ╬Ñ╗Ñ├Ñ╖ÑτÑ≤ñ╦ñ╧╩▌┤╔ñ╡ñ∞ñ╩ñ»ñ╩ñΩñ▐ñ╣íú
  852.  
  853. *cubeTooSmallMessage:        \
  854. ÑñÑßí╝Ñ╕ñ¼║«═≡ñ╖ñ┐ѽÑΘí╝íªÑ¡Ñσí╝Ñ╓ñ╦ %d Ñ╗Ñδñ≥│ΣñΩ╔╒ñ▒ñδ\n\
  855. ñ│ñ╚ñ└ñ▒ñ╧ñ╟ñ¡ñ▐ñ╖ñ┐íú ╖δ▓╠ñ╚ñ╖ñ╞íóÑñÑßí╝Ñ╕ñ╬╔╩╝┴ñ╧─πññ\n\
  856. ñΓñ╬ñ╦ñ╩ñδñ½ñΓñ╖ñ∞ñ▐ñ╗ñ≤íú\n\
  857.  \n\
  858. ÑñÑßí╝Ñ╕ñ╬╔╩╝┴ñ≥╕■╛σñ╡ñ╗ñδñ╥ñ╚ñ─ñ╬╩²╦íñ╚ñ╖ñ╞╝┬╣╘├µñ╬┐ºñ≥\n\
  859. ┬┐ñ»╗╚ñªÑóÑ╫ÑΩÑ▒í╝Ñ╖ÑτÑ≤ñ≥╜¬╬╗ñ╖íóNetscape ñ≥║╞╡»╞░\n\
  860. ñ╣ñδñ│ñ╚ñ¼ñóñΩñ▐ñ╣íú
  861.  
  862.  \n\
  863. ñ╜ñ∞░╩│░ñ╬╩²╦íñ╟ñ╧Ñ│Ñ▐Ñ≤Ñ╔╣╘ѬÑ╫Ñ╖ÑτÑ≤ '-install' ñ≥╗╚ñ├\n\
  864. ñ╞ Netscape ñ≥╡»╞░ñ╖ñ▐ñ╣íúñ│ñ╬ѬÑ╫Ñ╖ÑτÑ≤ñ╟╞╚╝½ñ╬ѽÑΘí╝\n\
  865. Ñ▐Ñ├Ñ╫ñ≥╗╚═╤ñ╣ñδñ│ñ╚ñ╦ñ╩ñΩñ▐ñ╣íúñ│ñ╬ñ│ñ╚ñ╦ñΦñΩñññ»ñ─ñ½ñ╬\n\
  866. Ñ╖Ñ╣Ñ╞Ñα╛σñ╟ñ╧╩╠ñ╬ѪÑúÑ≤Ñ╔Ѫñ╦░▄╞░ñ╣ñδ║▌ñ╦ѽÑΘí╝Ñ▐Ñ├Ñ╫ñ╬\n\
  867. ╜±ñ¡┤╣ñ¿ñ¼╚»└╕ñ╖ñ▐ñ╣íú
  868.  
  869. *renameInitFilesMessage:        \
  870. ╕┼ññÑ╨í╝Ñ╕ÑτÑ≤ñ╬ Netscape ñ╬Ñ╤Ñ╒Ñ⌐í╝Ñ▐Ñ≤Ñ╣íªÑ╒ÑíÑñÑδñ¼┬╕║▀ñ╖\n\
  871. ñ▐ñ╣íúñ│ñ╬Ñ╨í╝Ñ╕ÑτÑ≤ñ╬ Netscape ñ╧╞▒ñ╕Ñ╒ÑíÑñÑδ╖┴╝░ñ≥╗╚═╤ñ╖\n\
  872. ñ▐ñ╣ñ¼íóÑ╒ÑíÑñÑδ╠╛ñ╧╩╤╣╣ñ╡ñ∞ñ▐ñ╖ñ┐íúñññ▐ñ╣ñ░Ñ╒ÑíÑñÑδñ╬╠╛┴░\n\
  873. ñ≥ñ─ñ▒ñ½ñ¿ñ▐ñ╣ñ½?
  874.  
  875. *unsentMailMessage:            \
  876. ┴≈┐«ñ╡ñ∞ñ╞ñññ╩ññÑßí╝ÑδíªÑßÑ├Ñ╗í╝Ñ╕ñ¼ñóñΩñ▐ñ╣íú╦▄┼÷ñ╦┴≈┐«ñ╖ñ╩ñññ▐ñ▐├µ╗▀ñ╖ñ▐ñ╣ñ½?
  877.  
  878. *emptyMessageQuestion:            \
  879. ÑßÑ├Ñ╗í╝Ñ╕ñ╧╩╘╜╕ñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤ñ╖íóÑóÑ┐Ñ├Ñ┴ÑßÑ≤Ñ╚ñΓñóñΩñ▐ñ╗ñ≤íú\n\
  880. ╢⌡ñ╬ÑßÑ├Ñ╗í╝Ñ╕ñ≥╦▄┼÷ñ╦┴≈┐«ñ╖ñ▐ñ╣ñ½í⌐
  881.  
  882. *binaryDocumentMessage:            \
  883. ñ│ñ╬╩╕╜±ñ╧Ñ╨ÑñÑ╩ÑΩíªÑ╟í╝Ñ┐ñ╟ñ╣íú╔╜╝¿ñ╣ñδñ│ñ╚ñ╧ñ╟ñ¡ñ▐ñ╗ñ≤íú
  884.  
  885.  
  886. !=============================================================================
  887. *preeditType:                    none
  888. *netscape.preeditType:            overthespot
  889.  
  890. *popup.title.labelString:        Netscape Ñ│Ñ▐Ñ≤Ñ╔:
  891. *popup.back.labelString:        ╠ßñδ
  892. *popup.forward.labelString:        ┐╩ñα
  893. *popup.home.labelString:        Ñ█í╝Ñα
  894. *popup.openURL.labelString:        ñ│ñ╬ÑΩÑ≤Ñ»ñ≥│½ñ»
  895. *popup.addURLBookmark.labelString:    ñ│ñ╬ÑΩÑ≤Ñ»ñ≥ñ╖ñ¬ñΩñ╦─╔▓├
  896. *popup.openURLNewWindow.labelString:    ñ│ñ╬ÑΩÑ≤Ñ»ñ≥┐╖ñ╖ññѪÑúÑ≤Ñ╔Ѫñ╦│½ñ»
  897. *popup.saveURL.labelString:        ñ│ñ╬ÑΩÑ≤Ñ»ñ≥╩▌┤╔...
  898. *popup.copyURLToClip.labelString:    ñ│ñ╬ÑΩÑ≤Ñ»ñ╬╛∞╜Ωñ≥Ñ»ÑΩÑ├Ñ╫Ñ▄í╝Ñ╔ñ╦╜±ñ»
  899. *popup.openImage.labelString:        ñ│ñ╬▓Φ┴ⁿñ≥╔╜╝¿
  900. *popup.saveImage.labelString:        ñ│ñ╬▓Φ┴ⁿñ≥╠╛┴░ñ≥╔╒ñ▒ñ╞╩▌┤╔...
  901. *popup.copyImageURLToClip.labelString:    ñ│ñ╬▓Φ┴ⁿñ╬╛∞╜Ωñ≥Ñ»ÑΩÑ├Ñ╫Ñ▄í╝Ñ╔ñ╦╜±ñ»
  902. *popup.loadDelayedImage.labelString:    ñ│ñ╬▓Φ┴ⁿñ≥╞╔╣■ñα
  903. *popup*back.acceleratorText:        Alt+Left
  904. *popup*forward.acceleratorText:        Alt+Right
  905. *popup*saveURL.acceleratorText:        Shift+Button1
  906. *popup*openURL.acceleratorText:        Button1
  907. *popup*openURLNewWindow.acceleratorText:Button2
  908. *popup.XmPushButtonGadget.marginLeft:    5
  909. *popup.XmPushButtonGadget.marginRight:    5
  910. *popup.XmPushButtonGadget.alignment:    ALIGNMENT_BEGINNING
  911. *popup.separator0.separatorType:    SHADOW_ETCHED_IN
  912. *popup.separator1.separatorType:    SHADOW_ETCHED_IN
  913. *popup.separator2.height:        5
  914. *popup.separator2.separatorType:    NO_LINE
  915. *popup.separator3.separatorType:    SHADOW_ETCHED_IN
  916. *popup.separator4.separatorType:    SHADOW_ETCHED_IN
  917. *popup.separator5.separatorType:    SHADOW_ETCHED_IN
  918.  
  919. *history_popup.title:            Netscape: ÑªÑúÑ≤Ñ╔Ѫñ╬═·╬≥
  920. *history_popup*listLabelString:        ñóñ╩ñ┐ñ¼ñññ┐ñ╬ñ╧...
  921. *history_popup*OK.labelString:        ░▄╞░
  922. *history_popup*OkLabelString:        ░▄╞░
  923. *history_popup*Cancel.labelString:    ╩─ñ╕ñδ
  924. *history_popup*CancelLabelString:    ╩─ñ╕ñδ
  925. *history_popup*Apply.labelString:    ñ╖ñ¬ñΩñ≥║ε└«ñ╣ñδ
  926. *history_popup*ApplyLabelString:    ñ╖ñ¬ñΩñ≥║ε└«ñ╣ñδ
  927.  
  928. *source_popup.title:                Netscape: Ñ╜í╝Ñ╣ñ╬╔╜╝¿
  929. *source_popup*save.labelString:            ╩▌┤╔...
  930. *source_popup*OK.labelString:            ╬╗▓≥
  931. *source_popup*text.editable:            False
  932. *source_popup*text.cursorPositionVisible:    False
  933. *source_popup*text.wordWrap:            True
  934. *source_popup*text.scrollHorizontal:        False
  935. *source_popup*urlLabel.labelString:        ╛∞╜Ω:
  936. *source_popup*titleLabel.labelString:        Ñ┐ÑñÑ╚Ñδ:
  937. *source_popup*titleLabel.leftOffset:        0
  938. *source_popup*titleLabel.rightOffset:        4
  939. *source_popup*titleLabel.alignment:        ALIGNMENT_END
  940. *source_popup*urlLabel.topOffset:        0
  941. *source_popup*urlLabel.leftOffset:        0
  942. *source_popup*urlLabel.rightOffset:        4
  943. *source_popup*urlLabel.alignment:        ALIGNMENT_END
  944. *source_popup*titleText.leftOffset:        0
  945. *source_popup*titleText.rightOffset:        0
  946. *source_popup*urlText.leftOffset:        0
  947. *source_popup*urlText.rightOffset:        0
  948. *source_popup*text.leftOffset:            0
  949. *source_popup*text.rightOffset:            0
  950. *source_popup*XmScrolledWindow.topOffset:    8
  951. *source_popup*text.columns:            30
  952. *source_popup*text.rows:            20
  953.  
  954. *docinfo_popup.title:                Netscape: ╩╕╜±╛≡╩≤
  955. *docinfo_popup*OK.labelString:                ╬╗▓≥
  956. *docinfo_popup*titleLabel.labelString:        Ñ┐ÑñÑ╚Ñδ:
  957. *docinfo_popup*urlLabel.labelString:        ╛∞╜Ω:
  958. *docinfo_popup*modifiedLabel.labelString:    ║╟╜¬╩╤╣╣╞ⁿ╗■:
  959. *docinfo_popup*sourceLabel.labelString:        Ñ╜í╝Ñ╣:
  960. *docinfo_popup*charsetLabel.labelString:    ╩╕╗·Ñ╗Ñ├Ñ╚:
  961. *docinfo_popup*dpyLabel.labelString:        Ñ╙Ñ╕ÑσÑóÑδ:
  962. *docinfo_popup*securityFrame.label.labelString:    Ñ╗Ñ¡ÑσÑΩÑ╞Ñú╛≡╩≤
  963. *docinfo_popup*certificateLabel.labelString:    Ñ╡í╝Ñ╨ñ╦ñΦñδ╛┌╠└:
  964. *docinfo_popup*certificateText.columns:        30
  965. *docinfo_popup*certificateText.rows:        6
  966. *docinfo_popup*certificateText.wordWrap:    True
  967. *docinfo_popup*certificateText.scrollHorizontal:False
  968. *docinfo_popup*scrollBarDisplayPolicy:        AS_NEEDED
  969. *docinfo_popup*scrollingPolicy:            AUTOMATIC
  970. *docinfo_popup*securityText.wordWrap:        True
  971. *docinfo_popup*securityText.scrollHorizontal:    False
  972. *docinfo_popup*urlLabel.topOffset:        0
  973. *docinfo_popup*urlLabel.leftOffset:        0
  974. *docinfo_popup*urlLabel.rightOffset:        4
  975. *docinfo_popup*urlLabel.alignment:        ALIGNMENT_END
  976. *docinfo_popup*titleLabel.leftOffset:        0
  977. *docinfo_popup*titleLabel.rightOffset:        4
  978. *docinfo_popup*titleLabel.alignment:        ALIGNMENT_END
  979. *docinfo_popup*modifiedLabel.topOffset:        0
  980. *docinfo_popup*modifiedLabel.leftOffset:    0
  981. *docinfo_popup*modifiedLabel.rightOffset:    4
  982. *docinfo_popup*modifiedLabel.alignment:        ALIGNMENT_END
  983. *docinfo_popup*charsetLabel.topOffset:        0
  984. *docinfo_popup*charsetLabel.leftOffset:        0
  985. *docinfo_popup*charsetLabel.rightOffset:    4
  986. *docinfo_popup*charsetLabel.alignment:        ALIGNMENT_END
  987. *docinfo_popup*sourceLabel.topOffset:        0
  988. *docinfo_popup*sourceLabel.leftOffset:        0
  989. *docinfo_popup*sourceLabel.rightOffset:        4
  990. *docinfo_popup*sourceLabel.alignment:        ALIGNMENT_END
  991. ! add 5 to dpyLabel.topOffset to align label with text baseline (gag)
  992. *docinfo_popup*dpyLabel.topOffset:        5
  993. *docinfo_popup*dpyLabel.leftOffset:        0
  994. *docinfo_popup*dpyLabel.rightOffset:        4
  995. *docinfo_popup*dpyLabel.alignment:        ALIGNMENT_END
  996. *docinfo_popup*dpyText.rows:            3
  997. *docinfo_popup*dpyText.columns:            24
  998. *docinfo_popup*titleText.columns:        20
  999. *docinfo_popup*securityFrame.topOffset:        10
  1000. *docinfo_popup*keyDescLabel.leftOffset:        14
  1001. *docinfo_popup*keyDescLabel.rightOffset:    14
  1002. *docinfo_popup*keyDescLabel.alignment:        ALIGNMENT_BEGINNING
  1003. *docinfo_popup*certificateLabel.leftOffset:    10
  1004. *docinfo_popup*certificateLabel.rightOffset:    10
  1005. *docinfo_popup*certificateLabel.alignment:    ALIGNMENT_BEGINNING
  1006. *docinfo_popup*securityLabel.leftOffset:    14
  1007. *docinfo_popup*securityLabel.rightOffset:    14
  1008. *docinfo_popup*securityLabel.alignment:        ALIGNMENT_BEGINNING
  1009. *docinfo_popup*XmScrolledWindow.leftOffset:    10
  1010. *docinfo_popup*XmScrolledWindow.rightOffset:    10
  1011.  
  1012. *docinfo*noSecurityMessage:\
  1013. ñ│ñ╬Ñ╨í╝Ñ╕ÑτÑ≤ñ╬ Netscape ñ╧Ñ╗Ñ¡ÑσÑΩÑ╞Ñúñ≥╚≈ñ¿ñ╞ñññ▐ñ╗ñ≤íú
  1014.  
  1015. *docinfo*securityLabel.labelString:\
  1016. Ñ╗Ñ¡ÑσÑΩÑ╞Ñúñ╧╝⌡ñ▒╝ΦñδÑñÑ≤Ñ┐Ñ═Ñ├Ñ╚ñ╬╩╕╜±íóÑ╡í╝Ñ╨ñ╬╟º╛┌╡í╟╜ñ≥╗╚ñ├ñ╞╩╓┴≈ñ╣ñδ\n\
  1017. ╛≡╩≤íó░┼╣µ▓╜ñ╦ñΦñδÑ╫ÑΘÑñÑ╨Ñ╖í╝ñΣÑ╟í╝Ñ┐ñ╬┤░┴┤└¡ñ≥╩▌╕εñ╖ñ▐ñ╣íú\n\
  1018. ╩╕╜±ñ╬Ñ╗Ñ¡ÑσÑΩÑ╞Ñúñ╬╛⌡╢╖ñ╧╛⌡╢╖╬╬░Φñ╬╕░í┐▓⌡ñ∞ñ┐╕░ñ╬ÑóÑñÑ│Ñ≤ñΣÑ│Ñ≤Ñ╞Ñ≤Ñ╚╬╬░Φ\n\
  1019. ñ╬ѽÑΘí╝Ñ╨í╝(░┬┴┤ñ╧└─;┤φ╕▒ñ╧│Ñ┐º)ñ╟│╬╟ºñ╟ñ¡ñ▐ñ╣íú╛▄║┘ñ╧í╓╝Ω░·í╫ñóñδñññ╧\n\
  1020. í╓Ñ╗Ñ¡ÑσÑΩÑ╞Ñúñ╦ñ─ñññ╞í╫ñ╬Ñ┌í╝Ñ╕ñ≥╗▓╛╚ñ╖ñ╞ñ»ñ└ñ╡ññíú
  1021.  
  1022.  
  1023. *mailto_popup.title:                Netscape: Ñßí╝Ñδ
  1024. *mailto_popup*fromLabel.labelString:        From:
  1025. *mailto_popup*toLabel.labelString:        ░╕└Φ:
  1026. *mailto_popup*newsgroupsLabel.labelString:    Ñ╦Ñσí╝Ñ╣ To:
  1027. *mailto_popup*subjectLabel.labelString:        Subject:
  1028. *mailto_popup*attachLabel.labelString:        ÑóÑ┐Ñ├Ñ┴ÑßÑ≤Ñ╚:
  1029. *mailto_popup*attachButton.labelString:        ÑóÑ┐Ñ├Ñ┴...
  1030. *mailto_popup*bodyText.wordWrap:        True
  1031. *mailto_popup*bodyText.scrollHorizontal:    False
  1032. *mailto_popup*attachButton.marginWidth:        10
  1033. *mailto_popup*fromLabel.alignment:        ALIGNMENT_END
  1034. *mailto_popup*toLabel.alignment:        ALIGNMENT_END
  1035. *mailto_popup*newsgroupsLabel.alignment:    ALIGNMENT_END
  1036. *mailto_popup*subjectLabel.alignment:        ALIGNMENT_END
  1037. *mailto_popup*attachLabel.alignment:        ALIGNMENT_END
  1038. *mailto_popup*fromLabel.rightOffset:        4
  1039. *mailto_popup*toLabel.rightOffset:        0
  1040. *mailto_popup*subjectLabel.rightOffset:        0
  1041. *mailto_popup*bodyText.topOffset:        8
  1042. *mailto_popup*bodyText.columns:            40
  1043. *mailto_popup*bodyText.rows:            15
  1044. *mailto_popup*mailto.OK.labelString:        ┴≈ñδ
  1045. *mailto_popup*mailto.OkLabelString:        ┴≈ñδ
  1046. *mailto_popup*mailto.Cancel.labelString:    ╝Φ╛├
  1047. *mailto_popup*mailto.CancelLabelString:        ╝Φ╛├
  1048. *mailto_popup*citeButton.labelString:        ╩╕╜±ñ╬░·═╤
  1049. *mailto_popup*preeditType:                    overthespot
  1050.  
  1051. ! Some people just aren't too hip.
  1052. !*defaultMailtoText:            Hey, check out this cool URL:\n\n
  1053.  
  1054. *attach_popup.title:                Netscape: ╩╕╜±ñ╬ÑóÑ┐Ñ├Ñ┴
  1055. *attach_popup*attach.Cancel.labelString:    Ñ¡ÑπÑ≤Ñ╗Ñδ
  1056. *attach_popup*label.labelString:        \
  1057.     ╦▄╩╕ñ╬╕σñ╦╝íñ╬ÑóÑ┐Ñ├Ñ┴ÑßÑ≤Ñ╚ñ≥─╔▓├:
  1058. *attach_popup*docToggle.labelString:        ╩╕╜±:
  1059. *attach_popup*attachURLLabel.labelString:    ÑóÑ┐Ñ├Ñ┴╖┴╝░:
  1060. *attach_popup*textToggle.labelString:        Ñ╞Ñ¡Ñ╣Ñ╚╖┴╝░
  1061. *attach_popup*sourceToggle.labelString:        ╩╕╜±Ñ╜í╝Ñ╣
  1062. *attach_popup*postscriptToggle.labelString:    PostScript
  1063. *attach_popup*fileToggle.labelString:        Ñ╒ÑíÑñÑδ:
  1064. *attach_popup*browseButton.labelString:        Ñ╓ÑΘѪÑ╢...
  1065. *attach_popup*attach.OK.labelString:        ÑóÑ┐Ñ├Ñ┴
  1066. *attach_popup*attach.OkLabelString:        ÑóÑ┐Ñ├Ñ┴
  1067. *attach_popup*XmLabelGadget.alignment:        ALIGNMENT_BEGINNING
  1068. *attach_popup*indicatorType:            ONE_OF_MANY
  1069. *attach_popup*docToggle.leftOffset:        20
  1070. *attach_popup*docToggle.topOffset:        20
  1071. *attach_popup*fileToggle.topOffset:        20
  1072. *attach_popup*fileToggle.leftOffset:        0
  1073. *attach_popup*fileToggle.bottomOffset:        20
  1074. *attach_popup*attachURLLabel.topOffset:        10
  1075. *attach_popup*attachURLLabel.leftOffset:    80
  1076. *attach_popup*textToggle.leftOffset:        80
  1077. *attach_popup*urlText.columns:            20
  1078. *attach_popup*XmPushButtonGadget.marginWidth:    10
  1079. *attach_popup*XmPushButtonGadget.marginHeight:    5
  1080. *attach_popup*browseButton.rightOffset:        10
  1081.  
  1082.  
  1083. *formatType*none.labelString:        ÑóÑ┐Ñ├Ñ┴ÑßÑ≤Ñ╚ñ╩ñ╖
  1084. *formatType*text.labelString:        ╩╕╗·
  1085. *formatType*formattedText.labelString:    Ñ╒Ñ⌐í╝Ñ▐Ñ├Ñ╚ñ╡ñ∞ñ┐Ñ╞Ñ¡Ñ╣Ñ╚
  1086. *formatType*html.labelString:        Ñ╜í╝Ñ╣
  1087. *formatType*tree.labelString:        Ñ╜í╝Ñ╣ñ╚▓Φ┴ⁿ
  1088. *formatType*ps.labelString:        PostScript
  1089. *formatType*url.labelString:        URL ñ╬ñ▀
  1090.  
  1091. *preferences_popup.title:            Netscape: └▀─Ω
  1092. *preferences*OkLabelString:                ╬╗▓≥
  1093. *preferences*Apply.labelString:            ╝Φ╛├
  1094. *preferences*ApplyLabelString:            ╝Φ╛├
  1095. *preferences*Cancel.labelString:        Ñ╟Ñ╒Ñ⌐ÑδÑ╚
  1096. *preferences*CancelLabelString:            Ñ╟Ñ╒Ñ⌐ÑδÑ╚
  1097. *preferences*prefsPopup.styles.labelString:    ÑªÑúÑ≤Ñ╔Ѫñ╚ÑΩÑ≤Ñ»ñ╬╖┴╝░
  1098. *preferences*prefsPopup.colors.labelString:    Ñ╒Ñ⌐Ñ≤Ñ╚ñ╚╟█┐º
  1099. *preferences*prefsPopup.mail.labelString:    Ñßí╝Ñδñ╚Ñ╦Ñσí╝Ñ╣
  1100. *preferences*prefsPopup.cache.labelString:    Ñ¡ÑπÑ├Ñ╖Ñσñ╚Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»
  1101. *preferences*prefsPopup.images.labelString:    ▓Φ┴ⁿñ╚Ñ╗Ñ¡ÑσÑΩÑ╞Ñú
  1102. *preferences*prefsPopup.dirs.labelString:    ÑóÑ╫ÑΩÑ▒í╝Ñ╖ÑτÑ≤ñ╚Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩ
  1103. *preferences*prefsPopup.helpers.labelString:    Ñ╪ÑδÑ╫íªÑóÑ╫ÑΩÑ▒í╝Ñ╖ÑτÑ≤
  1104. *preferences*prefsPopup.proxies.labelString:  Proxies
  1105. *preferences*prefsPopup*alignment:        ALIGNMENT_BEGINNING
  1106. *preferences*prefsButton*alignment:        ALIGNMENT_BEGINNING
  1107. *preferences*OptionLabel*alignment:        ALIGNMENT_BEGINNING
  1108. *preferences*OptionButton*alignment:        ALIGNMENT_BEGINNING
  1109. *preferences_popup*preeditType:                none
  1110.  
  1111. *preferences*windowFrame*windowBoxLabel.labelString:    ÑªÑúÑ≤Ñ╔Ѫñ╬╖┴╝░
  1112. *preferences*windowFrame*toolbarLabel.labelString:    Ñ─í╝ÑδÑ╨í╝ñ╬╔╜╝¿:
  1113. *preferences*windowFrame*icons.labelString:        │¿
  1114. *preferences*windowFrame*text.labelString:        ╩╕╗·
  1115. *preferences*windowFrame*both.labelString:        ╬╛╩²
  1116. *preferences*windowFrame*startLabel.labelString:    │½╗╧╗■:
  1117. *preferences*windowFrame*blank.labelString:        ╢⌡╟≥Ñ┌í╝Ñ╕
  1118. *preferences*windowFrame*home.labelString:        Ñ█í╝ÑαíªÑ┌í╝Ñ╕ñ╬╛∞╜Ω:
  1119. *preferences*windowFrame*fontLabel.labelString:        Ñ╣Ñ┐ÑñÑδ:
  1120. *preferences*windowFrame*small.labelString:        ╛«
  1121. *preferences*windowFrame*medium.labelString:        ├µ
  1122. *preferences*windowFrame*large.labelString:        ┬τ
  1123. *preferences*windowFrame*huge.labelString:        ║╟┬τ
  1124. *preferences*windowFrame*toolbarLabel.alignment:    ALIGNMENT_END
  1125. *preferences*windowFrame*startLabel.alignment:        ALIGNMENT_END
  1126. *preferences*windowFrame*fontLabel.alignment:        ALIGNMENT_END
  1127. *preferences*windowFrame*XmLabel.leftOffset:        10
  1128. *preferences*windowFrame*XmLabelGadget.leftOffset:    10
  1129. *preferences*windowFrame*XmTextField.rightOffset:    10
  1130. *preferences*windowFrame*toolbarLabel.topOffset:    15
  1131. *preferences*windowFrame*icons.topOffset:        15
  1132. *preferences*windowFrame*text.topOffset:        15
  1133. *preferences*windowFrame*both.topOffset:        15
  1134. *preferences*windowFrame*startLabel.topOffset:        15
  1135. *preferences*windowFrame*blank.topOffset:        15
  1136. *preferences*windowFrame*home.topOffset:        15
  1137. *preferences*windowFrame*fontLabel.topOffset:        15
  1138. *preferences*windowFrame*small.topOffset:        15
  1139. *preferences*windowFrame*medium.topOffset:        15
  1140. *preferences*windowFrame*large.topOffset:        15
  1141. *preferences*windowFrame*huge.topOffset:        15
  1142. *preferences*windowFrame*fontLabel.bottomOffset:    15
  1143. *preferences*windowFrame*toolbarLabel.rightOffset:    10
  1144. *preferences*windowFrame*startLabel.rightOffset:    10
  1145. *preferences*windowFrame*fontLabel.rightOffset:        10
  1146. *preferences*windowFrame.topOffset:            10
  1147. *preferences*windowFrame*XmToggleButtonGadget.indicatorType: ONE_OF_MANY
  1148.  
  1149. *preferences*encodingFrame*encodingBoxLabel.labelString:    ╩╕╗·Ñ╗Ñ├Ñ╚
  1150. *preferences*encodingFrame*encodingOption.labelString:    ╩╕╜±ñ╬╩╕╗·Ñ╗Ñ├Ñ╚
  1151. *preferences*encodingFrame*encodingList*Latin1.labelString:    Latin1
  1152. *preferences*encodingFrame*encodingList*SJIS.labelString:    SJIS
  1153. *preferences*encodingFrame*encodingList*EUC-JP.labelString:    EUC-JP
  1154. *preferences*encodingFrame*encodingList*ISO-2022-KR.labelString:ISO-2022-KR
  1155. *preferences*encodingFrame*encodingList*EUC-KR.labelString: EUC-KR
  1156. *preferences*encodingFrame*encodingList*EUC-CN.labelString: EUC-CN
  1157. *preferences*encodingFrame*encodingList*EUC-TW.labelString: EUC-TW
  1158. *preferences*encodingFrame*encodingList*BIG5.labelString:   BIG5
  1159. *preferences*encodingFrame*autoselect.labelString:    ╝½╞░┴¬┬≥
  1160.  
  1161. *preferences*linkFrame*linkBoxLabel.labelString:    ÑΩÑ≤Ñ»╖┴╝░
  1162. *preferences*linkFrame*underline.labelString:        ÑΩÑ≤Ñ»ñ╦▓╝└■ñ≥░·ñ»
  1163. *preferences*linkFrame*followedLinkLabel.labelString:    ┤√╞╔ÑΩÑ≤Ñ»ñ╬┐º:
  1164. *preferences*linkFrame*unfollowedLinkLabel.labelString:    ╠ñ╞╔ÑΩÑ≤Ñ»ñ╬┐º:
  1165. *preferences*linkFrame*expireLabel.labelString:        ÑΩÑ≤Ñ»ñ╬═·╬≥ñ╬╛├╡ε:
  1166. *preferences*linkFrame*expireAfter.labelString:        íí
  1167. *preferences*linkFrame*expireDaysLabel.labelString:    ╞ⁿ╕σ
  1168. *preferences*linkFrame*expireDays.columns:        2
  1169. *preferences*linkFrame*expireNever.labelString:        ñ╖ñ╩ññ
  1170. *preferences*linkFrame*expireNow.labelString:        ║ú
  1171. *preferences*linkFrame*followedLinkLabel.alignment:    ALIGNMENT_END
  1172. *preferences*linkFrame*unfollowedLinkLabel.alignment:    ALIGNMENT_END
  1173. *preferences*linkFrame*indicatorType:            ONE_OF_MANY
  1174. *preferences*linkFrame*underline.indicatorType:        N_OF_MANY
  1175. *preferences*linkFrame*XmLabel.leftOffset:        10
  1176. *preferences*linkFrame*XmLabelGadget.leftOffset:    10
  1177. *preferences*linkFrame*expireDays.topOffset:        10
  1178. *preferences*linkFrame*expireDays.bottomOffset:        10
  1179. *preferences*linkFrame*expireNow.marginWidth:        10
  1180. *preferences*linkFrame*underline.leftOffset:        10
  1181. *preferences*linkFrame*expireLabel.leftOffset:        10
  1182. *preferences*linkFrame*expireDaysLabel.leftOffset:    0
  1183. *preferences*linkFrame*expireDays.rightOffset:        0
  1184. *preferences*linkFrame*expireNever.leftOffset:        20
  1185. *preferences*linkFrame*expireNow.leftOffset:        20
  1186. *preferences*linkFrame*expireLabel.rightOffset:        10
  1187. *preferences*linkFrame.topOffset:            10
  1188.  
  1189. *preferences*mailFrame*mailBoxLabel.labelString:    Ñßí╝Ñδ
  1190. *preferences*mailFrame*mailBoxLabel.topOffset:        -4
  1191. *preferences*mailFrame*mailBoxLabel.leftOffset:        10
  1192. *preferences*mailFrame*smtpLabel.labelString:        Ñßí╝Ñδ(SMTP)ñ╬Ñ╡í╝Ñ╨:
  1193. *preferences*mailFrame*nameLabel.labelString:         ╗ß╠╛:
  1194. *preferences*mailFrame*mailLabel.labelString:         ┼┼╗╥Ñßí╝ÑδíªÑóÑ╔Ñ∞Ñ╣:
  1195. *preferences*mailFrame*orgLabel.labelString:         ┴╚┐Ñ╠╛:
  1196. *preferences*mailFrame*sigLabel.labelString:         ╜≡╠╛Ñ╒ÑíÑñÑδ:
  1197. *preferences*mailFrame*8bitLabel.labelString:         ╚»┐«ñ╚┼Ω╣╞:
  1198. *preferences*mailFrame*8bitToggle.labelString:         8-bit
  1199. *preferences*mailFrame*qpToggle.labelString:         MIME ╜α╡≥ (Quoted Printable)
  1200. *preferences*mailFrame*sigBrowse.labelString:        Ñ╓ÑΘѪÑ╢...
  1201. *preferences*mailFrame*XmLabel.leftOffset:        4
  1202. *preferences*mailFrame*XmLabelGadget.leftOffset:    4
  1203. *preferences*mailFrame*XmTextField.rightOffset:        10
  1204. *preferences*mailFrame*sigBrowse.rightOffset:        10
  1205. *preferences*mailFrame*smtpText.topOffset:        10
  1206. *preferences*mailFrame*mailText.bottomOffset:        15
  1207. *preferences*mailFrame*orgText.bottomOffset:        15
  1208. *preferences*mailFrame*sigText.bottomOffset:        15
  1209. *preferences*mailFrame*sigText.columns:            18
  1210. *preferences*mailFrame*8bitToggle.bottomOffset:        4
  1211. *preferences*mailFrame.topOffset:            10
  1212. *preferences*mailFrame*XmLabel.alignment:        ALIGNMENT_END
  1213. *preferences*mailFrame*XmLabelGadget.alignment:        ALIGNMENT_END
  1214. *preferences*mailFrame*XmPushButtonGadget.leftOffset:    8
  1215. *preferences*mailFrame*XmPushButtonGadget.rightOffset:    8
  1216. *preferences*mailFrame*XmPushButtonGadget.marginWidth:    10
  1217. *preferences*mailFrame*8bitToggle.indicatorType:    ONE_OF_MANY
  1218. *preferences*mailFrame*qpToggle.indicatorType:        ONE_OF_MANY
  1219.  
  1220. *preferences*newsFrame*newshostLabel.labelString:    Ñ╦Ñσí╝Ñ╣(NNTP)Ñ╡í╝Ñ╨:
  1221. *preferences*newsFrame*newsrcLabel.labelString:        Ñ╦Ñσí╝Ñ╣RCÑ╟ÑúÑ∞Ñ»Ñ╚ÑΩ:
  1222. *preferences*newsFrame*newsrcBrowse.labelString:    Ñ╓ÑΘѪÑ╢...
  1223. *preferences*newsFrame*newsMaxLabel.labelString:    ╔╜╝¿:
  1224. *preferences*newsFrame*newsMaxSuffix.labelString:    ╡¡╗÷ñ≥╞▒╗■ñ╦
  1225. *preferences*newsFrame*newsMaxSuffix.leftOffset:    0
  1226. *preferences*newsFrame*newsMaxText.columns:        3
  1227. *preferences*newsFrame*newsBoxLabel.labelString:    Ñ╦Ñσí╝Ñ╣
  1228. *preferences*newsFrame*XmLabel.alignment:        ALIGNMENT_END
  1229. *preferences*newsFrame*XmLabelGadget.alignment:        ALIGNMENT_END
  1230. *preferences*newsFrame*newsMaxSuffix.alignment:        ALIGNMENT_BEGINNING
  1231. *preferences*newsFrame*XmTextField.rightOffset:        10
  1232. *preferences*newsFrame*XmLabel.leftOffset:        4
  1233. *preferences*newsFrame*XmLabelGadget.leftOffset:    4
  1234. *preferences*newsFrame*XmLabel.rightOffset:        4
  1235. *preferences*newsFrame*XmLabelGadget.rightOffset:    4
  1236. *preferences*newsFrame*newsMaxText.bottomOffset:    10
  1237. *preferences*newsFrame.topOffset:            10
  1238. *preferences*newsFrame*XmPushButtonGadget.marginWidth:    10
  1239. *preferences*newsFrame*XmPushButtonGadget.rightOffset:    10
  1240. *preferences*newsFrame*newsrcText.columns:        18
  1241.  
  1242. *preferences*cacheFrame*cacheBoxLabel.labelString:    Ñ¡ÑπÑ├Ñ╖Ñσ
  1243. *preferences*cacheFrame*memoryLabel.labelString:    ÑßÑΓÑΩíªÑ¡ÑπÑ├Ñ╖Ñσ:
  1244. *preferences*cacheFrame*diskLabel.labelString:        Ñ╟ÑúÑ╣Ñ»íªÑ¡ÑπÑ├Ñ╖Ñσ:
  1245. *preferences*cacheFrame*dirLabel.labelString:        Ñ╟ÑúÑ╣Ñ»íªÑ¡ÑπÑ├Ñ╖ÑσíªÑ╟ÑúÑ∞Ñ»Ñ╚ÑΩ:
  1246. *preferences*cacheFrame*verifyLabel.labelString:    ╩╕╜±ñ╬Ñ┘ÑΩÑ╒ÑíÑñ:
  1247. *preferences*cacheFrame*onceToggle.labelString:        Ñ╗Ñ├Ñ╖ÑτÑ≤╦Φ
  1248. *preferences*cacheFrame*everyToggle.labelString:    ╦Φ▓≤
  1249. *preferences*cacheFrame*expiredToggle.labelString:    ñ╖ñ╩ññ
  1250. *preferences*cacheFrame*browse.labelString:        Ñ╓ÑΘѪÑ╢...
  1251. *preferences*cacheFrame*k.labelString:            Ñ¡ÑφÑ╨ÑñÑ╚
  1252. *preferences*cacheFrame*memClear.labelString:        ÑßÑΓÑΩíªÑ¡ÑπÑ├Ñ╖Ñσñ≥Ñ»ÑΩÑó
  1253. *preferences*cacheFrame*diskClear.labelString:        Ñ╟ÑúÑ╣Ñ»íªÑ¡ÑπÑ├Ñ╖Ñσñ≥Ñ»ÑΩÑó
  1254. *preferences*cacheFrame*memoryText.columns:        3
  1255. *preferences*cacheFrame*diskText.columns:        3
  1256. *preferences*cacheFrame*cacheDirText.columns:        8
  1257. *preferences*cacheFrame*alignment:            ALIGNMENT_BEGINNING
  1258. *preferences*cacheFrame*memoryLabel.alignment:        ALIGNMENT_END
  1259. *preferences*cacheFrame*diskLabel.alignment:        ALIGNMENT_END
  1260. *preferences*cacheFrame*dirLabel.alignment:        ALIGNMENT_END
  1261. *preferences*cacheFrame*verifyLabel.alignment:        ALIGNMENT_END
  1262. *preferences*cacheFrame*memClear.leftOffset:        25
  1263. *preferences*cacheFrame*diskClear.leftOffset:        25
  1264. *preferences*cacheFrame*browse.rightOffset:        10
  1265. *preferences*cacheFrame*browse.bottomOffset:        10
  1266. *preferences*cacheFrame*memoryText.bottomOffset:    10
  1267. *preferences*cacheFrame*onceToggle.bottomOffset:    10
  1268. *preferences*cacheFrame*cacheDirText.bottomOffset:    10
  1269. *preferences*cacheFrame*indicatorType:            ONE_OF_MANY
  1270. *preferences*cacheFrame*browse.marginWidth:        10
  1271. *preferences*cacheFrame*memClear.marginWidth:        10
  1272. *preferences*cacheFrame*diskClear.marginWidth:        10
  1273.  
  1274. *preferences*netFrame*netBoxLabel.labelString:        Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»
  1275. *preferences*netFrame*bufLabel.labelString:        Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»íªÑ╨Ñ├Ñ╒Ñíñ╬Ñ╡ÑñÑ║:
  1276. *preferences*netFrame*connLabel.labelString:        └▄┬│:
  1277. *preferences*netFrame*connSuffix.labelString:    \
  1278.             (╞▒╗■ñ╦╣╘ñªÑ═Ñ├Ñ╚Ñ∩í╝Ñ»ñ╬└▄┬│ñ╬║╟┬τ┐⌠)
  1279. *preferences*netFrame*k.labelString:            Ñ¡ÑφÑ╨ÑñÑ╚
  1280. *preferences*netFrame*connSuffix.rightOffset:        10
  1281. *preferences*netFrame*networkFrame.topOffset:        10
  1282. *preferences*netFrame*bufText.columns:            3
  1283. *preferences*netFrame*connText.columns:            3
  1284. *preferences*netFrame*alignment:            ALIGNMENT_BEGINNING
  1285. *preferences*netFrame*bufLabel.alignment:        ALIGNMENT_END
  1286. *preferences*netFrame*connLabel.alignment:        ALIGNMENT_END
  1287. *preferences*netFrame*bufText.bottomOffset:        10
  1288. *preferences*netFrame*connText.bottomOffset:        10
  1289.  
  1290. *preferences*appsFrame*appsBoxLabel.labelString:    Ñ╡Ñ▌í╝Ñ╚íªÑóÑ╫ÑΩÑ▒í╝Ñ╖ÑτÑ≤
  1291. *preferences*appsFrame*telnetLabel.labelString:        Telnet ÑóÑ╫ÑΩÑ▒í╝Ñ╖ÑτÑ≤:
  1292. *preferences*appsFrame*tn3270Label.labelString:        TN327 ÑóÑ╫ÑΩÑ▒í╝Ñ╖ÑτÑ≤:
  1293. *preferences*appsFrame*rloginLabel.labelString:        Rlogin ÑóÑ╫ÑΩÑ▒í╝Ñ╖ÑτÑ≤:
  1294. *preferences*appsFrame*rloginUserLabel.labelString:    Ñµí╝Ñ╢ñ≥╗╪─Ωñ╖ñ╞ñ╬ Rlogin:
  1295. *preferences*appsFrame*appsFrame.topOffset:        10
  1296. *preferences*appsFrame*rloginUserText.bottomOffset:    10
  1297. *preferences*appsFrame*XmLabel.alignment:        ALIGNMENT_END
  1298. *preferences*appsFrame*XmLabelGadget.alignment:        ALIGNMENT_END
  1299.  
  1300. *preferences*dirsFrame*dirsBoxLabel.labelString:    Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩ
  1301. *preferences*dirsFrame*tmpLabel.labelString:         ║ε╢╚Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩ:
  1302. *preferences*dirsFrame*bookLabel.labelString:         ñ╖ñ¬ñΩÑ╒ÑíÑñÑδ:
  1303. *preferences*dirsFrame*tmpBrowse.labelString:        Ñ╓ÑΘѪÑ╢...
  1304. *preferences*dirsFrame*bookBrowse.labelString:        Ñ╓ÑΘѪÑ╢...
  1305. *preferences*dirsFrame*dirsFrame.topOffset:        10
  1306. *preferences*dirsFrame*tmpText.columns:            19
  1307. *preferences*dirsFrame*tmpText.bottomOffset:        10
  1308. *preferences*dirsFrame*bookText.bottomOffset:        10
  1309. *preferences*dirsFrame*XmLabel.alignment:        ALIGNMENT_END
  1310. *preferences*dirsFrame*XmLabelGadget.alignment:        ALIGNMENT_END
  1311. *preferences*dirsFrame.topOffset:            10
  1312. *preferences*dirsFrame*XmPushButtonGadget.marginWidth:    10
  1313. *preferences*dirsFrame*XmPushButtonGadget.rightOffset:    10
  1314.  
  1315. *preferences*imagesFrame*imagesBoxLabel.labelString:    ▓Φ┴ⁿ
  1316. *preferences*imagesFrame*colors.labelString:        ┐º:
  1317. *preferences*imagesFrame*dither.labelString:        Ñ╟ÑúÑ╢ñ╟╔╜╝¿
  1318. *preferences*imagesFrame*closest.labelString:        ░∞╚╓╢ßññ┐ºñ╟╔╜╝¿
  1319. *preferences*imagesFrame*display.labelString:        ▓Φ┴ⁿñ╬╔╜╝¿:
  1320. *preferences*imagesFrame*while.labelString:        ╞╔╣■├µ
  1321. *preferences*imagesFrame*after.labelString:        ╞╔╣■╕σ
  1322. *preferences*imagesFrame*imagesFrame.topOffset:        10
  1323. *preferences*imagesFrame*closest.rightOffset:        10
  1324. *preferences*imagesFrame*while.bottomOffset:        10
  1325. *preferences*imagesFrame*XmLabelGadget.alignment:    ALIGNMENT_END
  1326. *preferences*imagesFrame*XmToggleButtonGadget.alignment:ALIGNMENT_BEGINNING
  1327. *preferences*imagesFrame*indicatorType:            ONE_OF_MANY
  1328. *preferences*imagesFrame*after.bottomOffset:        10
  1329.  
  1330. *preferences*securityFrame*securityBoxLabel.labelString: Ñ╗Ñ¡ÑσÑΩÑ╞Ñú╛σñ╬╖┘╣≡
  1331. *preferences*securityFrame*alertLabel.labelString:   ╖┘╣≡Ñ▌Ñ├Ñ╫ÑóÑ├Ñ╫ñ≥╔╜╝¿ñ╣ñδ:
  1332. *preferences*securityFrame*enterToggle.labelString:     \
  1333.                       ╩▌╕εñ╡ñ∞ñ┐╩╕╜±╢⌡┤╓(Ñ╡í╝Ñ╨)ñ╦╞■ñδñ╚ñ¡
  1334. *preferences*securityFrame*leaveToggle.labelString:     \
  1335.                       ╩▌╕εñ╡ñ∞ñ┐╩╕╜±╢⌡┤╓(Ñ╡í╝Ñ╨)ñ½ñΘ╜╨ñδñ╚ñ¡
  1336. *preferences*securityFrame*mixedToggle.labelString:     \
  1337.                   ╩▌╕εñ╡ñ∞ñ╞ñññ╩ññ╛≡╩≤ñ╬║«ñ╢ñ├ñ┐╩╕╜±ñ≥╔╜╝¿ñ╣ñδñ╚ñ¡
  1338. *preferences*securityFrame*alignment:             ALIGNMENT_BEGINNING
  1339. *preferences*securityFrame*submitToggle.labelString:     \
  1340.                            ╩▌╕εñ╡ñ∞ñ╞ñññ╩ññ╝Ω╜τñ╟Ñ╒Ñ⌐í╝Ñαñ≥─≤╜╨ñ╣ñδñ╚ñ¡
  1341. *preferences*securityFrame*alertLabel.topOffset:     10
  1342. *preferences*securityFrame*alertLabel.leftOffset:     10
  1343. *preferences*securityFrame*enterToggle.topOffset:     10
  1344. *preferences*securityFrame*enterToggle.leftOffset:     20
  1345. *preferences*securityFrame*submitToggle.bottomOffset:     10
  1346. *preferences*securityFrame*enterToggle.rightOffset:     10
  1347. *preferences*securityFrame*leaveToggle.rightOffset:     10
  1348. *preferences*securityFrame*mixedToggle.rightOffset:     10
  1349. *preferences*securityFrame*submitToggle.rightOffset:     10
  1350. *preferences*securityFrame.topOffset:             10
  1351.  
  1352. *preferences*proxiesFrame*proxiesBoxLabel.labelString:  Proxies
  1353. *preferences*proxiesFrame*ftpLabel.labelString:     FTP Proxy:
  1354. *preferences*proxiesFrame*gopherLabel.labelString:  Gopher Proxy:
  1355. *preferences*proxiesFrame*httpLabel.labelString:    HTTP Proxy:
  1356. *preferences*proxiesFrame*httpsLabel.labelString:   Ñ╗Ñ¡ÑσÑΩÑ╞ÑúProxy:
  1357. *preferences*proxiesFrame*waisLabel.labelString:    WAIS Proxy:
  1358. *preferences*proxiesFrame*noLabel.labelString:      Proxy ñ≥╗╚ñ∩ñ╩ññ:
  1359. *preferences*proxiesFrame*socksLabel.labelString:    SOCKS Ñ█Ñ╣Ñ╚:
  1360. *preferences*proxiesFrame*portLabel.labelString:    Ñ▌í╝Ñ╚:
  1361. *preferences*proxiesFrame*XmLabel.alignment:        ALIGNMENT_END
  1362. *preferences*proxiesFrame*XmLabelGadget.alignment:    ALIGNMENT_END
  1363. *preferences*proxiesFrame*XmTextField.columns:        19
  1364. *preferences*proxiesFrame*ftpPort.columns:        3
  1365. *preferences*proxiesFrame*ftpText.rightOffset:        10
  1366. *preferences*proxiesFrame*ftpPort.rightOffset:        10
  1367. *preferences*proxiesFrame*proxiesBoxLabel.leftOffset:    10
  1368. *preferences*proxiesFrame*proxiesBoxLabel.topOffset:    -4
  1369. *preferences*proxiesFrame*XmLabel.leftOffset:        10
  1370. *preferences*proxiesFrame*XmLabelGadget.leftOffset:    10
  1371. *preferences*proxiesFrame*portLabel.leftOffset:        10
  1372. *preferences*proxiesFrame*noText.bottomOffset:        10
  1373. *preferences*proxiesFrame*socksText.topOffset:        15
  1374. *preferences*proxiesFrame*socksText.bottomOffset:    10
  1375.  
  1376. *preferences*helperFrame*helperBoxLabel.labelString:   MIME └▀─ΩÑ╒ÑíÑñÑδ
  1377. *preferences*helperFrame*globalMimeTypesLabel.labelString: ╢ª═╤Ñ┐ÑñÑ╫íªÑ╒ÑíÑñÑδ:
  1378. *preferences*helperFrame*privateMimeTypesLabel.labelString:╕─┐══╤Ñ┐ÑñÑ╫íªÑ╒ÑíÑñÑδ:
  1379. *preferences*helperFrame*globalMailcapLabel.labelString:╢ª═╤ Mailcap Ñ╒ÑíÑñÑδ:
  1380. *preferences*helperFrame*privateMailcapLabel.labelString:╕─┐══╤ Mailcap Ñ╒ÑíÑñÑδ:
  1381. *preferences*helperFrame*globalMimeTypesBrowseButton.labelString:  Ñ╓ÑΘѪÑ╢...
  1382. *preferences*helperFrame*privateMimeTypesBrowseButton.labelString: Ñ╓ÑΘѪÑ╢...
  1383. *preferences*helperFrame*globalMailcapBrowseButton.labelString:       Ñ╓ÑΘѪÑ╢...
  1384. *preferences*helperFrame*privateMailcapBrowseButton.labelString:   Ñ╓ÑΘѪÑ╢...
  1385. *preferences*helperFrame*globalMimeTypesBrowseButton.marginWidth:  10
  1386. *preferences*helperFrame*privateMimeTypesBrowseButton.marginWidth: 10
  1387. *preferences*helperFrame*globalMailcapBrowseButton.marginWidth:       10
  1388. *preferences*helperFrame*privateMailcapBrowseButton.marginWidth:   10
  1389. *preferences*helperFrame*XmLabel.rightOffset:                  4
  1390. *preferences*helperFrame*XmLabelGadget.rightOffset:           4
  1391. *preferences*helperFrame*XmLabel.alignment:              ALIGNMENT_END
  1392. *preferences*helperFrame*XmLabelGadget.alignment:          ALIGNMENT_END
  1393. *preferences*helperFrame*XmTextField.columns:               18
  1394. *preferences*helperFrame*globalMailcapText.topOffset:            10
  1395. *preferences*helperFrame*privateMailcapText.bottomOffset:        10
  1396. *preferences*helperFrame*XmPushButtonGadget.leftOffset:           10
  1397. *preferences*helperFrame*XmPushButtonGadget.rightOffset:       10
  1398.  
  1399.  
  1400.  
  1401. *enteringSecureDialog_popup.title:        Netscape: ╩╕╜±ñ╬╩▌╕ε
  1402. *enteringSecureDialog*toggle.labelString:      ╝í▓≤ñΓñ│ñ╬╖┘╣≡ñ≥╔╜╝¿ñ╣ñδ
  1403. *enteringSecureDialog*toggle.alignment:        ALIGNMENT_BEGINNING
  1404. *enteringSecureDialog*toggle.leftOffset:    100
  1405. *enteringSecureDialog.selectionLabelString:\
  1406. ñ┤═≈ñ╦ñ╩ñδ╩╕╜±ñ╧╩▌╕εñ╡ñ∞ñ╞ñññ▐ñ╣íú\nñ╜ñ┴ñΘñ½ñΘ┴≈┐«ñ╡ñ∞ñδñ╣ñ┘ñ╞ñ╬╛≡╩≤ñ╧íñÑ╫ÑΘÑñÑ╨Ñ╖í╝╩▌╕εñ╬ñ┐ñß░┼╣µ▓╜ñ╡ñ∞ñ╞┼╛┴≈ñ╡ñ∞ñ▐ñ╣íú\ní╓Ñ╒ÑíÑñÑδí╫ÑßÑ╦Ñσí╝ñ½ñΘ[╩╕╜±╛≡╩≤]ñ≥┴¬┬≥ñ╣ñδñ╚íñÑ╗Ñ¡ÑσÑΩÑ╞Ñúñ╬╛▄║┘ñ≥╕½ñδñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╣íú
  1407.  
  1408. *leavingSecureDialog_popup.title:        Netscape: Ñ╗Ñ¡ÑσÑΩÑ╞Ñú╖┘╣≡
  1409. *leavingSecureDialog*toggle.labelString:    ╝í▓≤ñΓñ│ñ╬╖┘╣≡ñ≥╔╜╝¿ñ╣ñδ
  1410. *leavingSecureDialog*toggle.alignment:        ALIGNMENT_BEGINNING
  1411. *leavingSecureDialog.OkLabelString:        ╞╔╣■ñ≥┬│ñ▒ñδ
  1412. *leavingSecureDialog.CancelLabelString:        ╞╔╣■ñ≥╝Φ╛├ñ╣
  1413. *leavingSecureDialog*toggle.leftOffset:        100
  1414. *leavingSecureDialog.selectionLabelString:\
  1415. ╩▌╕εñ╡ñ∞ñ╞ñññ╩ññ╩╕╜±ñ≥═╫╡ßñ╖ñ▐ñ╖ñ┐íúñóñ╩ñ┐ñ¼╩╓┐«ñ╖ñ┐╩╕╜±ñ╚\n\
  1416. ╛≡╩≤ñ╧┼╛┴≈├µñ╦┬Φ╗░╝╘ñ╦╕½ñΘñ∞ñδ▓─╟╜└¡ñ¼ñóñΩñ▐ñ╣íú\n\
  1417. Ñ╗Ñ¡ÑσÑΩÑ╞Ñúñ╦┤╪ñ╣ñδ─╔▓├╛≡╩≤ñ╧í╓Ñ╒ÑíÑñÑδí╫ÑßÑ╦Ñσí╝ñ½ñΘí╓╩╕╜±╛≡╩≤í╫ñ≥┴¬┬≥\n\
  1418. ñ╖ñ╞ñ»ñ└ñ╡ññíú
  1419.  
  1420. *mixedSecurityDialog_popup.title:        Netscape: Ñ╗Ñ¡ÑσÑΩÑ╞Ñú╖┘╣≡
  1421. *mixedSecurityDialog*toggle.labelString:    ╝í▓≤ñΓñ│ñ╬╖┘╣≡ñ≥╔╜╝¿ñ╣ñδ
  1422. *mixedSecurityDialog*toggle.alignment:        ALIGNMENT_BEGINNING
  1423. *mixedSecurityDialog*toggle.leftOffset:        100
  1424. *mixedSecurityDialog.selectionLabelString:\
  1425. ñóñ╩ñ┐ñ╧╩▌╕εñ╡ñ∞ñ╞ñññ╩ññ╔⌠╩¼ñ≥┤▐ñ≤ñ└╩▌╕εñ╡ñ∞ñ╞ñññδ╩╕╜±ñ≥\
  1426. ═╫╡ßñ╖ñ▐ñ╖ñ┐íú\n\
  1427. \n\
  1428. ╩▌╕εñ╡ñ∞ñ╞ñññ╩ññ╛≡╩≤ñ╧╔╜╝¿ñ╡ñ∞ñ▐ñ╗ñ≤íú\n\
  1429. Ñ╗Ñ¡ÑσÑΩÑ╞Ñúñ╦┤╪ñ╣ñδ─╔▓├╛≡╩≤ñ╧í╓Ñ╒ÑíÑñÑδí╫ÑßÑ╦Ñσí╝ñ½ñΘí╓╩╕╜±╛≡╩≤í╫ñ≥┴¬┬≥\n\
  1430. ñ╖ñ╞ñ»ñ└ñ╡ññíú
  1431.  
  1432. *redirectionToInsecureDialog_popup.title:    Netscape: Ñ╗Ñ¡ÑσÑΩÑ╞Ñú╖┘╣≡
  1433. *redirectionToInsecureDialog*toggle.labelString:╝í▓≤ñΓñ│ñ╬╖┘╣≡ñ≥╔╜╝¿ñ╣ñδ
  1434. *redirectionToInsecureDialog*toggle.alignment:    ALIGNMENT_BEGINNING
  1435. *redirectionToInsecureDialog.OkLabelString:    ╞╔╣■ñ≥┬│ñ▒ñδ
  1436. *redirectionToInsecureDialog.CancelLabelString:    ╞╔╣■ñ≥╝Φ╛├ñ╣
  1437. *redirectionToInsecureDialog*toggle.leftOffset:    100
  1438. *redirectionToInsecureDialog.selectionLabelString:\
  1439. ╖┘╣≡! ñóñ╩ñ┐ñ╧╦▄═Φ╩▌╕εñ╡ñ∞ñ╞ñññδñ╧ñ║ñ¼╩▌╕εñ╡ñ∞ñ╞ñññ╩ññíó╩╕╜±\n\
  1440. ñ≥═╫╡ßñ╖ñ▐ñ╖ñ┐íú(░╠├╓ñ¼╩▌╕εñ╡ñ∞ñ╞ñññδ╩╕╜±ñ½ñΘ╩▌╕εñ╡ñ∞\n\
  1441. ñ╞ñññ╩ññ╩╕╜±ñ╪ÑΩÑ└ÑñÑ∞Ñ»Ñ╚ñ╡ñ∞ñ╞ñññ▐ñ╣íú)ñóñ╩ñ┐ñ¼╩╓┐«\n\
  1442. ñ╖ñ┐╩╕╜±ñ╚╛≡╩≤ñ╧┼╛┴≈├µñ╦┬Φ╗░╝╘ñ╦╕½ñΘñ∞ñδ▓─╟╜└¡ñ¼ñóñΩñ▐ñ╣íú
  1443.  
  1444. *insecurePostFromSecureDocDialog_popup.title:         Netscape: Ñ╗Ñ¡ÑσÑΩÑ╞Ñú╖┘╣≡
  1445. *insecurePostFromSecureDocDialog*toggle.labelString: ╝í▓≤ñΓñ│ñ╬╖┘╣≡ñ≥╔╜╝¿ñ╣ñδ
  1446. *insecurePostFromSecureDocDialog*toggle.alignment:   ALIGNMENT_BEGINNING
  1447. *insecurePostFromSecureDocDialog.OkLabelString:      ┼╛┴≈ñ≥┬│ñ▒ñδ
  1448. *insecurePostFromSecureDocDialog.CancelLabelString:  ┼╛┴≈ñ≥╝Φ╛├ñ╣
  1449. *insecurePostFromSecureDocDialog*toggle.leftOffset:  100
  1450. *insecurePostFromSecureDocDialog.selectionLabelString:\
  1451. ╖┘╣≡! ñ│ñ╬╩╕╜±ñ╧╩▌╕εñ╡ñ∞ñ╞ñññ▐ñ╣ñ¼íóñóñ╩ñ┐ñ¼╩╓┴≈ñ╣ñδ╛≡╩≤\n\
  1452. ñ╧╩▌╕εñ╡ñ∞ñ║íó┼╛┴≈├µñ╦┬Φ╗░╝╘ñ╦╕½ñΘñ∞ñδ▓─╟╜└¡ñ¼ñóñΩñ▐ñ╣íú\n\
  1453. ñΓñ╖íóÑ╤Ñ╣Ñ∩í╝Ñ╔ íóÑ»Ñ∞Ñ╕Ñ├Ñ╚ѽí╝Ñ╔ñ╬╚╓╣µíóñ╜ñ╬┬╛ñóñ╩ñ┐ñ¼\n\
  1454. ╚δ╠⌐ñ╦ñ╖ñ┐ññ╛≡╩≤ñ≥┴≈ñδñ╬ñ╩ñΘíó┼╛┴≈ñ≥╝Φ╛├ñ╖ñ┐╩²ñ¼░┬┴┤ñ╟ñ╣íú
  1455.  
  1456. *insecurePostFromInsecureDocDialog_popup.title:          Netscape: Ñ╗Ñ¡ÑσÑΩÑ╞Ñú╖┘╣≡
  1457. *insecurePostFromInsecureDocDialog.OkLabelString:     ┼╛┴≈ñ≥┬│ñ▒ñδ
  1458. *insecurePostFromInsecureDocDialog.CancelLabelString: ┼╛┴≈ñ≥╝Φ╛├ñ╣
  1459. *insecurePostFromInsecureDocDialog*toggle.labelString:╝í▓≤ñΓñ│ñ╬╖┘╣≡ñ≥╔╜╝¿ñ╣ñδ
  1460. *insecurePostFromInsecureDocDialog*toggle.alignment:  ALIGNMENT_BEGINNING
  1461. *insecurePostFromInsecureDocDialog*toggle.leftOffset: 100
  1462. *insecurePostFromInsecureDocDialog.selectionLabelString:\
  1463. ┼╛┴≈ñ╖ñΦñªñ╚ñ╖ñ╞ñññδ╛≡╩≤ñ╧╩▌╕εñ╡ñ∞ñ╞ñññ║íó┼╛┴≈├µñ╦┬Φ╗░╝╘ñ╦╕½ñΘñ∞\n\
  1464. ñδ▓─╟╜└¡ñ¼ñóñΩñ▐ñ╣íú\n\
  1465. ñΓñ╖íóÑ╤Ñ╣Ñ∩í╝Ñ╔íóÑ»Ñ∞Ñ╕Ñ├Ñ╚ѽí╝Ñ╔ñ╬╚╓╣µíóñ╜ñ╬┬╛ñóñ╩ñ┐ñ¼\n\
  1466. ╚δ╠⌐ñ╦ñ╖ñ┐ññ╛≡╩≤ñ≥┴≈ñδñ╬ñ╩ñΘíó┼╛┴≈ñ≥╝Φ╛├ñ╖ñ┐╩²ñ¼░┬┴┤ñ╟ñ╣íú
  1467.  
  1468.  
  1469. *licenseDialog_popup.title:            Netscape: ╗╚═╤╡÷┬·╖└╠≤
  1470. *licenseDialog*label1.labelString:\n\
  1471. ╦▄Ñ╜Ñ╒Ñ╚ѪѺÑó(Netscape)ñ╧╦í╬ºñ╦ñΦñΩ╩▌╕εñ╡ñ∞ñ╞ñññ▐ñ╣íú\n\
  1472. ñ│ñ╬Ñ╜Ñ╒Ñ╚ѪѺÑóñ╧íñ░╩▓╝ñ╬╗╚═╤╡÷┬·╖└╠≤╜±ñ╬ñΓñ╚ñ╟ñ╬ñ▀╗╚═╤ñ╣ñδñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╣íú
  1473. *licenseDialog*label2.labelString:\n\
  1474. ñ¬╡╥══ñ¼ñ│ñ╬╗╚═╤╡÷┬·╖└╠≤ñ╦╞▒░╒ñ╡ñ∞ñδ╛∞╣τñ╧íñ<╞▒░╒ñ╣ñδ>ñ≥▓íñ╖ñ╞ñ»ñ└ñ╡ññíú\n\
  1475. ╞▒░╒ñ╟ñ¡ñ╩ññ╛∞╣τñ╧íñ<╞▒░╒ñ╖ñ╩ññ>ñ≥▓íñ╖ñ╞ñ»ñ└ñ╡ññíú
  1476. *licenseDialog*text.columns:            36
  1477. *licenseDialog*text.rows:            23
  1478. *licenseDialog*text.wordWrap:            True
  1479. *licenseDialog*text.scrollHorizontal:        False
  1480. *licenseDialog.accept.labelString:        ╞▒░╒ñ╣ñδ
  1481. *licenseDialog.reject.labelString:        ╞▒░╒ñ╖ñ╩ññ
  1482.  
  1483. *printSetup_popup.title:            Netscape: ░⌡║■
  1484. *printSetup*printToLabel.labelString:        ░⌡║■└Φ:
  1485. *printSetup*toPrinterToggle.labelString:    Ñ╫ÑΩÑ≤Ñ┐
  1486. *printSetup*toFileToggle.labelString:        Ñ╒ÑíÑñÑδ
  1487. *printSetup*printCommandLabel.labelString:    ░⌡║■Ñ│Ñ▐Ñ≤Ñ╔:
  1488. *printSetup*fileNameLabel.labelString:        Ñ╒ÑíÑñÑδ╠╛:
  1489. *printSetup*browseButton.labelString:        Ñ╓ÑΘѪÑ╢...
  1490. *printSetup*printLabel.labelString:        ░⌡║■:
  1491. *printSetup*firstFirstToggle.labelString:    ║╟╜Θñ╬Ñ┌í╝Ñ╕ñ½ñΘ░⌡║■
  1492. *printSetup*lastFirstToggle.labelString:    ║╟╕σñ╬Ñ┌í╝Ñ╕ñ½ñΘ░⌡║■
  1493. *printSetup*orientationLabel.labelString:    ░⌡║■╩²╕■:
  1494. *printSetup*portraitToggle.labelString:        ╜─
  1495. *printSetup*landscapeToggle.labelString:    ▓ú
  1496. *printSetup*printColorLabel.labelString:    ░⌡║■:
  1497. *printSetup*greyscaleToggle.labelString:    Ñ░Ñ∞í╝Ñ╣Ñ▒í╝Ñδ
  1498. *printSetup*colorToggle.labelString:        Ñ½ÑΘí╝
  1499. *printSetup*paperSizeLabel.labelString:        ═╤╗µÑ╡ÑñÑ║:
  1500. *printSetup*letterToggle.labelString:        Ñ∞Ñ┐í╝ (8 1/2 x 11 in.)
  1501. *printSetup*legalToggle.labelString:        ÑΩí╝ѼÑδ (8 1/2 x 14 in.)
  1502. *printSetup*executiveToggle.labelString:    Ñ¿Ñ░Ñ╝Ñ»Ñ╞ÑúÑ╓ (7 1/2 x 10 in.)
  1503. *printSetup*a4Toggle.labelString:        A4 (210 x 297 mm)
  1504. *printSetup*OK.labelString:            ░⌡║■
  1505. *printSetup*OkLabelString:            ░⌡║■
  1506. *printSetup*CancelLabelString:            ╝Φ╛├
  1507. *printSetup*XmLabel.alignment:            ALIGNMENT_END
  1508. *printSetup*XmLabelGadget.alignment:        ALIGNMENT_END
  1509. *printSetup*XmToggleButtonGadget.alignment:    ALIGNMENT_BEGINNING
  1510. *printSetup*XmToggleButtonGadget.indicatorType:    ONE_OF_MANY
  1511. *printSetup*lastFirstToggle.leftOffset:        10
  1512. *printSetup*landscapeToggle.leftOffset:        10
  1513. *printSetup*colorToggle.leftOffset:        10
  1514. *printSetup*legalToggle.leftOffset:        10
  1515. *printSetup*a4Toggle.leftOffset:        10
  1516. *printSetup*XmLabel.rightOffset:        10
  1517. *printSetup*XmLabelGadget.rightOffset:        10
  1518. *printSetup*browseButton.marginHeight:        3
  1519. *printSetup*browseButton.marginWidth:        4
  1520. *printSetup*line.topOffset:            4
  1521. *printSetup*printLabel.topOffset:        4
  1522. *printSetup*firstFirstToggle.topOffset:        10
  1523. *printSetup*portraitToggle.topOffset:        10
  1524. *printSetup*greyscaleToggle.topOffset:        10
  1525. *printSetup*letterToggle.topOffset:        10
  1526. *printSetup_popup*preeditType:            overthespot
  1527.  
  1528. *findDialog_popup.title:            Netscape: ╕í║≈
  1529. *findDialog*findLabel.labelString:        ╕í║≈:
  1530. *findDialog*findLabel.alignment:        ALIGNMENT_END
  1531. *findDialog*caseSensitive.labelString:        ┬τ╩╕╗·╛«╩╕╗·ñ≥╢Φ╩╠ñ╣ñδ
  1532. *findDialog*backwards.labelString:        ╕σñφ╕■ñ¡ñ╦╕í║≈ñ╣ñδ
  1533. *findDialog*backwards.leftOffset:        20
  1534. *findDialog*caseSensitive.alignment:        ALIGNMENT_BEGINNING
  1535. *findDialog*backwards.alignment:        ALIGNMENT_BEGINNING
  1536. *findDialog*XmToggleButtonGadget.indicatorType:    N_OF_MANY
  1537. *findDialog*XmToggleButtonGadget.visibleWhenOff:True
  1538. *findDialog*OK.labelString:            ╕í║≈
  1539. *findDialog*OkLabelString:            ╕í║≈
  1540. *findDialog*Apply.labelString:            ╛├╡ε
  1541. *findDialog*ApplyLabelString:            ╛├╡ε
  1542. *findDialog*Cancel.labelString:            ╩─ñ╕ñδ
  1543. *findDialog*CancelLabelString:            ╩─ñ╕ñδ
  1544. *findDialog_popup*preeditType:            overthespot
  1545.  
  1546. *openURL_popup.title:            Netscape: ╛∞╜Ωñ╪░▄╞░
  1547. *openURL*openURLLabel.labelString:    ╛∞╜Ωñ╪░▄╞░:
  1548. *openURL*OK.labelString:        ░▄╞░
  1549. *openURL*OkLabelString:            ░▄╞░
  1550. *openURL*Apply.labelString:        ╛├╡ε
  1551. *openURL*ApplyLabelString:        ╛├╡ε
  1552. *openURL*Cancel.labelString:        ╝Φ╛├
  1553. *openURL*CancelLabelString:     ╝Φ╛├
  1554. *openURL*openURLLabel.alignment:    ALIGNMENT_END
  1555. *openURL*urlText.columns:        23
  1556. *openURL.width:                500
  1557. *openURL_popup*preeditType:    overthespot
  1558.  
  1559. *message_popup.title:            Netscape
  1560. *message_popup*OK.labelString:    ╬╗▓≥
  1561. *message_popup*OkLabelString:    ╬╗▓≥
  1562.  
  1563. *error_popup.title:            Netscape: Ñ¿ÑΘí╝
  1564.  
  1565. *question_popup.title:            Netscape: ╝┴╠Σ
  1566. *question_popup*OK.labelString:    ╬╗▓≥
  1567. *question_popup*Cancel.labelString:    ╝Φ╛├
  1568.  
  1569. *prompt_popup.title:            Netscape: Ñ╫ÑφÑ≤Ñ╫Ñ╚
  1570. *password_popup.title:            Netscape: Ñ╤Ñ╣Ñ∩í╝Ñ╔
  1571. *stdout_popup.title:            Netscape: Ñ╡Ñ╓Ñ╫ÑφÑ╗Ñ╣┐╟├╟ (stdout)
  1572. *stderr_popup.title:            Netscape: Ñ╡Ñ╓Ñ╫ÑφÑ╗Ñ╣┐╟├╟ (stderr)
  1573. *stdout_stderr_popup.title:     Netscape: Ñ╡Ñ╓Ñ╫ÑφÑ╗Ñ╣┐╟├╟ (stdout/stderr)
  1574.  
  1575. *citing_popup.title:            Netscape
  1576. *citing_popup*messageString:        \n░·═╤├µ...\n
  1577.  
  1578. *printing_popup.title:            Netscape
  1579. *printing_popup*messageString:        \n░⌡║■├µ...\n
  1580.  
  1581. *deliveringMessage_popup.title:        Netscape
  1582. *deliveringMessage_popup*messageString:    \nÑßÑ├Ñ╗í╝Ñ╕╟█┴≈├µ...\n
  1583.  
  1584. *saving_popup.title:            Netscape
  1585. *saving_popup*messageString:        \nÑ╟ÑúÑ╣Ñ»ñ╦╩▌┤╔├µ...\n
  1586.  
  1587. *visual_popup.title:            Netscape: X Ñ╙Ñ╕ÑσÑóÑδñ╬╩╤╣╣
  1588. *visual_popup*listLabelString:        ═¡╕·ñ╩Ñ╙Ñ╕ÑσÑóÑδ:
  1589.  
  1590. *dialog.OK.laLelString:        ╬╗▓≥
  1591. *dialog.okLabelString:         ╬╗▓≥
  1592. *dialog*clear.labelString:        ╛├╡ε
  1593. *dialog.Cancel.labelString:        ╝Φ╛├
  1594. *dialog.cancelLabelString:     ╝Φ╛├
  1595. *dialog*userLabel.labelString:        Ñµí╝Ñ╢ ID:
  1596. *dialog*passwdLabel.labelString:    Ñ╤Ñ╣Ñ∩í╝Ñ╔:
  1597. *dialog*userLabel.alignment:        ALIGNMENT_END
  1598. *dialog*passwdLabel.alignment:        ALIGNMENT_END
  1599.  
  1600. *citationQuery_popup.title:        ░·═╤╖┴╝░ñ╬╝┴╠Σ
  1601. *citationQuery.selectionLabelString:    \n\
  1602. ÑóÑ┐Ñ├Ñ┴ñ╣ñδñ½ñ∩ñΩñ╦╩╕╜±ñ╣ñ┘ñ╞ñ╬░·═╤ñ≥╣╘ñññ▐ñ╖ñ┐íú\n\
  1603. \n\
  1604. ░·═╤ñ╟ñ╩ñ»ÑóÑ┐Ñ├Ñ┴ñ╣ñδñ│ñ╚ñΓñ╟ñ¡ñ▐ñ╣íúñ╜ñ╬╛∞╣τíó│╞╣╘ñ╬╞¼ñ╦\n\
  1605. `<' ñ≥ñ─ñ▒ñ║ñ╦ÑßÑ├Ñ╗í╝Ñ╕ñ≥─╔▓├ñ╟ñ¡ñ▐ñ╣íúñ│ñ∞ñ╦ñΦñΩ╝⌡┐«╝╘\n\
  1606. ñ╧┤╩├▒ñ╦ñ│ñ╬╩╕╜±ñ≥╩▌┤╔íó╗╚═╤ñ╣ñδñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╣íú\n\
  1607.  \n\
  1608. ñ│ñ╬╩╕╜±ñ≥ÑóÑ┐Ñ├Ñ┴ÑßÑ≤Ñ╚ñ╚ñ╖ñ╞┴≈ñΩñ▐ñ╣ñ½?\n
  1609.  
  1610. *citationQuery*OK.labelString:        Ñ╞Ñ¡Ñ╣Ñ╚íªÑóÑ┐Ñ├Ñ┴ÑßÑ≤Ñ╚\nñ╚ñ╖ñ╞┴≈ñδ
  1611. *citationQuery*OkLabelString:        Ñ╞Ñ¡Ñ╣Ñ╚íªÑóÑ┐Ñ├Ñ┴ÑßÑ≤Ñ╚\nñ╚ñ╖ñ╞┴≈ñδ
  1612. *citationQuery*Apply.labelString:    ░·═╤ñ╖ñ╞┴≈ñδ
  1613. *citationQuery*ApplyLabelString:    ░·═╤ñ╖ñ╞┴≈ñδ
  1614. *citationQuery*Cancel.labelString:  ╝Φ╛├
  1615. *citationQuery*CancelLabelString:   ╝Φ╛├
  1616.  
  1617. *doubleCitationQuery_popup.title:    ░·═╤╖┴╝░ñ╬╝┴╠Σ
  1618. *doubleCitationQuery.selectionLabelString:    \n\
  1619. ñóñ╩ñ┐ñ╧(ñ¬ñ╜ñΘñ»ñªñ├ñ½ñΩ)╞▒ñ╕╩╕╜±ñ≥2▓≤░·═╤ñ╖ñ▐ñ╖ñ┐íú:\n\
  1620. ║╟╜Θñ╧░·═╤í╩│╞╣╘ñ╬╞¼ñ╦ `>' ñ≥ñ─ñ▒ñ╞í╦ñ╚ñ╖ñ╞íó2▓≤╠▄ñ╧ÑóÑ┐Ñ├Ñ┴\n\
  1621. ÑßÑ≤Ñ╚í╩ñóñ╩ñ┐ñ╬╩╕ñ╬╕σñ╦ÑßÑ├Ñ╗í╝Ñ╕ñ╬┬Φ╞≤ñ╬Ñ╤í╝Ñ╚í╦ñ╚ñ╖ñ╞\n\
  1622.  \n\
  1623. ÑóÑ┐Ñ├Ñ┴ÑßÑ≤Ñ╚ñ╚░·═╤ñ╬ñ╔ñ┴ñΘñ╟┴≈ñΩñ▐ñ╣ñ½?
  1624.  
  1625. *doubleCitationQuery*OK.labelString:    Ñ╞Ñ¡Ñ╣Ñ╚íªÑóÑ┐Ñ├Ñ┴ÑßÑ≤Ñ╚\nñ╚ñ╖ñ╞┴≈ñδ
  1626. *doubleCitationQuery*OkLabelString:    Ñ╞Ñ¡Ñ╣Ñ╚íªÑóÑ┐Ñ├Ñ┴ÑßÑ≤Ñ╚\nñ╚ñ╖ñ╞┴≈ñδ
  1627. *doubleCitationQuery*Apply.labelString:    ░·═╤ñ╖ñ╞┴≈ñδ
  1628. *doubleCitationQuery*ApplyLabelString:    ░·═╤ñ╖ñ╞┴≈ñδ
  1629. *doubleCitationQuery*Cancel.labelString:╝Φ╛├
  1630. *doubleCitationQuery*CancelLabelString: ╝Φ╛├
  1631.  
  1632. *streamingAudioQuery_popup.title:    Ñ¬í╝Ñ╟ÑúѬñ╬╝┴╠Σ
  1633. *streamingAudioQuery.selectionLabelString:    \
  1634. Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»ñ½ñΘ┴≈ñΘñ∞ñ╞ñ¡ñ┐Ñ╟í╝Ñ┐ñ≥│░╔⌠Ñ╙Ñσí╝Ñóñ╟Ñ╟í╝Ñ┐ñ╚ñ╖ñ╞║╞└╕ñ╖\n\
  1635. ñ▐ñ╣ñ½? ñ╜ñ∞ñ╚ñΓíóÑ╒ÑíÑñÑδñ╦╩▌┤╔ñ╖ñ╞ñ½ñΘíó║╞└╕ñ╖ñ▐ñ╣ñ½?
  1636. *streamingAudioQuery*OK.labelString:    Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»ñ½ñΘ└▀─Ω
  1637. *streamingAudioQuery*OkLabelString:    Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»ñ½ñΘ└▀─Ω
  1638. *streamingAudioQuery*Apply.labelString:    ║╟╜Θñ╦╩▌┤╔
  1639. *streamingAudioQuery*ApplyLabelString:    ║╟╜Θñ╦╩▌┤╔
  1640. *streamingAudioQuery*Cancel.labelString:╝Φ╛├
  1641. *streamingAudioQuery*CancelLabelString: ╝Φ╛├
  1642.  
  1643. *fileSelector*OkLabelString:    ╬╗▓≥
  1644. *fileSelector*ApplyLabelString:    Ñ╒ÑúÑδÑ┐
  1645. *fileSelector*CancelLabelString:    ╝Φ╛├
  1646. *fileSelector*Selection.labelString:    ┴¬┬≥
  1647. *fileSelector*filterLabelString:        Ñ╒ÑúÑδÑ┐
  1648. *fileSelector*dirListLabelString:                Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩ
  1649. *fileSelector*fileListLabelString:        Ñ╒ÑíÑñÑδ
  1650. *fileSelector.pattern:            *.html
  1651. *fileSelector*fileTypeMask:        FILE_ANY_TYPE
  1652. *fileSelector*saveTypeBox.orientation:    HORIZONTAL
  1653. *fileSelector*formatType.labelString:    ╩▌┤╔╩╕╜±ñ╬╖┴╝░:
  1654. *fileSelector_popup*preeditType:              overthespot
  1655.  
  1656. *fileBrowser_popup.title:        Netscape: Ñ╒ÑíÑñÑδíªÑ╓ÑΘѪÑ╢
  1657. *fileBrowser*OkLabelString:    ╬╗▓≥
  1658. *fileBrowser*ApplyLabelString:    Ñ╒ÑúÑδÑ┐
  1659. *fileBrowser*CancelLabelString:    ╝Φ╛├
  1660. *fileBrowser*HelpLabelString:    Ñ╪ÑδÑ╫
  1661. *fileBrowser*Selection.labelString:    ┴¬┬≥
  1662. *fileBrowser*filterLabelString:        Ñ╒ÑúÑδÑ┐
  1663. *fileBrowser*dirListLabelString:                Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩ
  1664. *fileBrowser*fileListLabelString:        Ñ╒ÑíÑñÑδ
  1665.  
  1666. *formSubmitButton.labelString:        ╝┬╣╘
  1667. *formResetButton.labelString:        ÑΩÑ╗Ñ├Ñ╚
  1668. *formButton.labelString:        ÑΓÑ≤Ñ¡í╝íªÑ╓Ñ∞ÑñÑ≤
  1669.  
  1670. *bookmark_popup.title:            Netscape: ñ╖ñ¬ñΩ
  1671. *bookmark_popup*preeditType:            overthespot
  1672. *bookmark*add.labelString:        ñ╖ñ¬ñΩñ╬─╔▓├
  1673. *bookmark*goto.labelString:        ░▄╞░
  1674. *bookmark*selectedLabel.labelString:    URL
  1675. *bookmark*up.labelString:        ╛σñ╪
  1676. *bookmark*down.labelString:        ▓╝ñ╪
  1677. *bookmark*in.labelString:        In
  1678. *bookmark*out.labelString:        Out
  1679. *bookmark*find.labelString:        ╕í║≈:
  1680. *bookmark*close.labelString:        ╩─ñ╕ñδ
  1681. *bookmark*edit.labelString:        ╩╘╜╕ >>
  1682. *bookmark*view.labelString:        ñ╖ñ¬ñΩñ╬╔╜╝¿...
  1683. *bookmark*export.labelString:        ñ╖ñ¬ñΩñ╬╜±╣■...
  1684. *bookmark*import.labelString:        ñ╖ñ¬ñΩñ╬╞╔╣■...
  1685. *bookmark*addUnderLabel.labelString:    ÑßÑ╦Ñσí╝ñ╬─╔▓├:
  1686. *bookmark*bookmarkMenuLabel.labelString:ÑßÑ╦Ñσí╝ñ╬│½╗╧:
  1687. *bookmark*newURL.labelString:        ┐╖ñ╖ñññ╖ñ¬ñΩ
  1688. *bookmark*newHeader.labelString:    ┐╖ñ╖ññÑ╪Ñ├Ñ└
  1689. *bookmark*newSeparator.labelString:    ╢Φ└┌ñΩ└■
  1690. *bookmark*bookmarkNameLabel.labelString:╠╛┴░:
  1691. *bookmark*bookmarkURLLabel.labelString:    ╛∞╜Ω:
  1692. *bookmark*visitedLabel.labelString:    ║╟╜¬╦¼╠Σ╞ⁿ╗■:
  1693. *bookmark*addedLabel.labelString:    ─╔▓├╞ⁿ╗■:
  1694. *bookmark*descriptionLabel.labelString:    └Γ╠└:
  1695. *bookmark*done.labelString:        << ╩╘╜╕╜¬╬╗
  1696. *bookmark*copy.labelString:        ╣α╠▄ñ╬Ñ│Ñ╘í╝
  1697. *bookmark*remove.labelString:        ╣α╠▄ñ╬║∩╜ⁿ
  1698. *bookmark*leftBox*resizable:        False
  1699. *bookmark*XmList*visibleItemCount:    14
  1700. *bookmark*XmList*listSizePolicy:    RESIZE_IF_POSSIBLE
  1701. *bookmark*XmPushButton.alignment:    ALIGNMENT_CENTER
  1702. *bookmark*XmPushButtonGadget.alignment:    ALIGNMENT_CENTER
  1703. *bookmark*XmLabel.alignment:        ALIGNMENT_END
  1704. *bookmark*XmLabelGadget.alignment:    ALIGNMENT_END
  1705. *bookmark*selectedLabel.alignment:    ALIGNMENT_BEGINNING
  1706. *bookmark*leftBox.leftOffset:        10
  1707. *bookmark*leftBox.topOffset:        10
  1708. *bookmark*leftBox.bottomOffset:        10
  1709. *bookmark*XmScrolledWindow.rightOffset:    10
  1710. *bookmark*leftBox*box1.rightOffset:    10
  1711. *bookmark*leftBox*box2.rightOffset:    10
  1712. *bookmark*leftBox*box3.rightOffset:    10
  1713. *bookmark*leftBox*box4.rightOffset:    10
  1714.  
  1715. ! add 5 to descriptionText.topOffset to align label with text baseline (gag)
  1716. *bookmark*descriptionLabel.topOffset:    5
  1717.  
  1718. *bookmark*selectedLabel.rightOffset:    10
  1719. *bookmark*selectedLabel.recomputeSize:    False
  1720.  
  1721. *bookmark*rightBox.topOffset:        10
  1722. *bookmark*rightBox.bottomOffset:    10
  1723. *bookmark*rightBox.rightOffset:        10
  1724. *bookmark*rightBox*box2.resizePolicy:    RESIZE_GROW
  1725. *bookmarkLabelItem.alignment:        ALIGNMENT_BEGINNING
  1726.  
  1727. *bookmark*box1.marginWidth:        0
  1728. *bookmark*box1.marginHeight:        0
  1729. *bookmark*box2.marginWidth:        0
  1730. *bookmark*box2.marginHeight:        0
  1731. *bookmark*box3.marginWidth:        0
  1732. *bookmark*box3.marginHeight:        0
  1733. *bookmark*box4.marginWidth:        0
  1734. *bookmark*box4.marginHeight:        0
  1735. *bookmark*box5.marginWidth:        0
  1736. *bookmark*box5.marginHeight:        0
  1737.  
  1738. *bookmark*leftBox*box2.bottomOffset:    10
  1739. *bookmark*leftBox*box3.bottomOffset:    20
  1740.  
  1741. *bookmark*rightBox*box2.topOffset:    10
  1742. *bookmark*rightBox*box3.topOffset:    20
  1743. *bookmark*rightBox*box4.topOffset:    10
  1744. *bookmark*rightBox*box4.bottomOffset:    20
  1745.  
  1746. *bookmark*descriptionText.wordWrap:    True
  1747.  
  1748.  
  1749. ! Need class name in here to defeat *sgiMode and HP-VUE color nonsense...
  1750. ! On SGIs, not having the class will cause the default SGI colors to
  1751. ! be used instead of the ones specified here.  With VUE, the behavior
  1752. ! is even worse - if we're using a non-default visual (for example, if
  1753. ! we have requested a 24-bit TrueColor visual instead of the default
  1754. ! 8-bit PseudoColor) then VUE will ignore the fact that we're not using
  1755. ! the default visual, and give us colors allocated from the wrong
  1756. ! colormap, resulting in lovely effects like brown-on-brown menubars!
  1757. !
  1758. Netscape*thermo.slider.foreground:    #0000BF
  1759. Netscape*thermo.slider.background:    #69B5B5
  1760. Netscape*power.LED.foreground:        #0000BF
  1761. Netscape*power.LED.background:        #69B5B5
  1762.  
  1763. ! (Note: if you comment this stuff out in an attempt to let the current
  1764. ! "scheme" override things, you'll find that the colors of the toolbar
  1765. ! icons and the colors of form elemenets (like option menus) will get
  1766. ! messed up.)
  1767. Netscape*foreground:            Black
  1768. Netscape*background:            #B2B2B2
  1769.  
  1770. Netscape*XmTextField.foreground:        Black
  1771. Netscape*XmText.foreground:        Black
  1772. Netscape*XmList.foreground:        Black
  1773. Netscape*XmTextField.background:        #D3B5B5
  1774. Netscape*XmText.background:        #D3B5B5
  1775. Netscape*XmList.background:        #D3B5B5
  1776.  
  1777. ! Colors of the "Secure Document" bar.
  1778. *secureDocumentColor:            #0000BF
  1779. *insecureDocumentColor:            #B2B2B2
  1780.  
  1781. ! Various margin sizes
  1782. !
  1783. *topLeftArea.leftOffset:        0
  1784. *topLeftArea.rightOffset:        10
  1785. *topLeftArea.topOffset:            0
  1786. *topLeftArea.bottomOffset:        0
  1787. *urlText.topOffset:            4
  1788. *urlText.bottomOffset:            4
  1789. *urlText.leftOffset:            4
  1790. *urlText.rightOffset:            4
  1791. !*urlText.rightOffset:            10
  1792. ! add 5 to urlText.topOffset to align urlLabel with urlText baseline (gag)
  1793. *urlLabel.topOffset:            9
  1794. *urlLabel.leftOffset:            10
  1795. *urlLabel.rightOffset:            10
  1796. *historyMenuBox.topOffset:        0
  1797. *historyMenuBox.bottomOffset:        4
  1798. *historyMenuBox.leftOffset:        4
  1799. *historyMenuBox.rightOffset:        4
  1800. *logo.topOffset:            4
  1801. *logo.bottomOffset:            4
  1802. *logo.leftOffset:            10
  1803. *logo.rightOffset:            10
  1804. *historyMenuBox.marginHeight:        0
  1805. *historyMenuBox.marginWidth:        0
  1806.  
  1807. *toolBar*XmPushButton.leftOffset:    2
  1808. *toolBar*XmPushButtonGadget.leftOffset:    2
  1809. *urlBar*XmPushButton.leftOffset:    2
  1810. *urlBar*XmPushButtonGadget.leftOffset:    2
  1811.  
  1812. *mouseDocumentation.rightOffset:    4
  1813. *toolBar.topOffset:            0
  1814. *toolBar.leftOffset:            10
  1815. *toolBar.rightOffset:            0
  1816. *toolBar.bottomOffset:            0
  1817.  
  1818. *urlBar.topOffset:            4
  1819. *urlBar.leftOffset:            10
  1820. *urlBar.rightOffset:            0
  1821. *urlBar.bottomOffset:            0
  1822.  
  1823. ! Give it a default string to get it sized right...
  1824. *mouseDocumentation.labelString:    Mozilla
  1825. *mouseDocumentation.alignment:        ALIGNMENT_BEGINNING
  1826. *mouseDocumentation.leftOffset:        10
  1827.  
  1828. *docinfoLabel.leftOffset:        4
  1829.  
  1830. *dashboard.topOffset:            0
  1831. *dashboard.bottomOffset:        0
  1832. *dashboard.leftOffset:            0
  1833. *dashboard.rightOffset:            10
  1834. ! To prevent the whole window from flickering when mouseDoc text changes...
  1835. *dashboard.resizable:            False
  1836.  
  1837. *thermo.leftOffset:            4
  1838. *thermo.rightOffset:            10
  1839. *thermo.topOffset:            4
  1840. *thermo.bottomOffset:            4
  1841. *thermo.shadowThickness:        2
  1842. *thermo.shadowType:            SHADOW_IN
  1843.  
  1844. *power.topOffset:            4
  1845. *power.bottomOffset:            4
  1846. *power.shadowThickness:            2
  1847. *power.shadowType:            SHADOW_IN
  1848.  
  1849. *thermo.slider.width:            200
  1850. *thermo.slider.height:            5
  1851.  
  1852. *power.LED.width:            15
  1853. *power.LED.height:            5
  1854.  
  1855. *securityBar.topOffset:            4
  1856. *securityBar.bottomOffset:        4
  1857. *securityBar.shadowThickness:        2
  1858. *securityBar.shadowType:        SHADOW_IN
  1859. *securityBar.LED.height:        2
  1860.  
  1861. *topPane.shadowThickness:        2
  1862. *bottomPane.shadowThickness:        2
  1863. *topPane.shadowType:            SHADOW_IN
  1864. *bottomPane.shadowType:            SHADOW_IN
  1865.  
  1866. ! Go ahead, try and figure out why some of these need to be on the
  1867. ! _popup version, and some need to be one level deeper.  I dare you.
  1868. !*dialog.width:                500
  1869. !*history.width:            500
  1870. !*mailto.width:                500
  1871. !*cache_popup.width:            500
  1872. *userConfig_popup.width:        500
  1873. *userConfig.width:            500
  1874. *fileSelector.width:            500
  1875. *fileBrowser.width:            500
  1876.  
  1877. ! I had to hardcode this in the C code - doesn't work from here...
  1878. !*history_popup.allowShellResize:    False
  1879.  
  1880. ! Get rid of all navigation; it's totally broken for Paned windows,
  1881. ! and for the form widgets under the drawingArea.
  1882. *highlightThickness:            0
  1883. *navigationType:            NONE
  1884.  
  1885. ! Uh, but turn it back on in the popups (really I'd like to turn it off
  1886. ! in all non-popups, but I don't think there's a way to specify that...)
  1887. *XmDialogShell*highlightThickness:    2
  1888. *XmDialogShell*navigationType:        TAB_GROUP
  1889.  
  1890. ! Uh, and turn it on only in text fields of forms.
  1891. ! But of course this doesn't work quite right.
  1892. *drawingArea*XmText.navigationType:    TAB_GROUP
  1893. *drawingArea*XmTextField.navigationType:TAB_GROUP
  1894.  
  1895. ! Sorry, things don't display properly if you configure Netscape to put its
  1896. ! scrollbars on the left or top of the document area.
  1897. Netscape*scroller.scrollBarPlacement:    BOTTOM_RIGHT
  1898.  
  1899. ! Put scrollbars right next to text fields in forms (and lists).
  1900. *drawingArea*XmScrolledWindow.spacing:    0
  1901.  
  1902.  
  1903. ! Do not under any circumstances change the following line:
  1904. Netscape.version:         1.12IS
  1905.  
  1906.  
  1907. ! ============================================================================
  1908. ! Fonts in the widgets.
  1909. ! These fonts are all down in Motif land, and thus are not controlled by the
  1910. ! user-selectable font-size option on the Preferences dialog.  That applies
  1911. ! only to fonts in the document display area.
  1912. ! ============================================================================
  1913. !
  1914. *fontList:            -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1915. *XmTextField.fontList:        -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1916. *XmText.fontList:        -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1917. *XmList*fontList:        -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1918.  
  1919. ! SGI default:
  1920. !*menuBar*fontList:        -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1921. ! Sensible default:
  1922. *menuBar*fontList:        -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1923. *menuBar*historyTruncated.fontList:\
  1924.                   -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1925. *popup*fontList:        -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1926.  
  1927. *topArea*fontList:        -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1928. *topArea*XmTextField.fontList:    -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1929. *topArea*XmText.fontList:    -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1930.  
  1931. !*bookmark*fontList:          -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1932. *bookmark*fontList:            -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1933. *bookmark*selectedLabel.fontList:\
  1934.                   -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1935. *bookmark*XmTextField.fontList:    -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1936. *bookmark*XmText.fontList:    -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1937.  
  1938. *mouseDocumentation.fontList: -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1939. *docinfoButton.fontList:      -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1940. *mailto*urlLabel.fontList:    -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1941.  
  1942. *licenseDialog*text.fontList:    -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1943.  
  1944.  
  1945. ! Note: SGI's version of Motif bitches and moans if there is whitespace
  1946. ! after the commas in a multi-font fontlist specification!!
  1947. *bookmark*multiFontList:-sony-fixed-medium-r-normal--16-*-*-*-*-*-iso8859-1;-*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1948.  
  1949.  
  1950. ! This is the default charset for documents without the charset parameter
  1951. ! for MIME Content-type: text.  Valid values for *defaultCharset:
  1952. !    iso-8859-1
  1953. !    us-ascii
  1954. !    iso-2022-jp
  1955. !    x-euc-jp
  1956. !    x-sjis
  1957. !    iso-2022-kr
  1958. !    euc-kr
  1959. !    gb2312
  1960. !    x-euc-tw
  1961. !    big5
  1962. !*defaultCharset:    iso-8859-1
  1963. !*defaultCharset:    us-ascii
  1964. !*defaultCharset:    iso-2022-jp
  1965. !*defaultCharset:    x-euc-jp
  1966. *defaultCharset:    x-sjis
  1967. !*defaultCharset:    iso-2022-kr
  1968. !*defaultCharset:    euc-kr
  1969. !*defaultCharset:    gb2312
  1970. !*defaultCharset:    x-euc-tw
  1971. !*defaultCharset:    big5
  1972.  
  1973. ! This table maps MIME charsets to the host's locale names
  1974. *Locale.MimeCharset:    en_US
  1975. *locale.iso-8859-1:    en_US
  1976. *locale.us-ascii:    en_US
  1977. *locale.iso-2022-jp:    ja_JP.EUC
  1978. *locale.x-euc-jp:    ja_JP.EUC
  1979. *locale.x-sjis:        ja_JP.EUC
  1980. *locale.iso-2022-kr:    ko_KR.euc
  1981. *locale.euc-kr:        ko_KR.euc
  1982. *locale.gb2312:        zh_CN.ugb
  1983. *locale.x-euc-tw:    zh_TW.ucns
  1984. *locale.big5:        zh_TW.ucns
  1985.  
  1986. ! This table maps MIME charsets to internal font set indexes
  1987. *FontSetIndex.MimeCharset:    0
  1988. *fontsetindex.iso-8859-1:    0
  1989. *fontsetindex.us-ascii:        0
  1990. *fontsetindex.iso-2022-jp:    1
  1991. *fontsetindex.x-euc-jp:        1
  1992. *fontsetindex.x-sjis:        1
  1993. *fontsetindex.iso-2022-kr:    2
  1994. *fontsetindex.euc-kr:        2
  1995. *fontsetindex.gb2312:        3
  1996. *fontsetindex.x-euc-tw:        4
  1997. *fontsetindex.big5:        4
  1998.  
  1999.  
  2000. ! ============================================================================
  2001. ! Fonts used in the display area.
  2002. ! ============================================================================
  2003. !
  2004. ! The dimensions are:
  2005. !   program-specified-size: 0-7
  2006. !   user-specified-size: small, medium, large, huge
  2007. !   faces: normal, bold, italic, bold-italic
  2008. !   families: normal, fixed
  2009. !   charset: Latin1 (and more to come)
  2010. ! for a total of 168 possible fonts per charset (but we would only ever load
  2011. ! 56 at once, and we load lazily in any event.)  The following encodes this
  2012. ! table:
  2013. !
  2014. !    Size    Small   Medium  Large  Huge
  2015. !    ------------------------------------
  2016. !      1       6        8     10     12
  2017. !      2       8       10     12     14
  2018. !      3       10      12     14     18  <--- default size for normal text
  2019. !      4       12      14     18     24
  2020. !      5       14      18     24     36
  2021. !      6       18      24     36     48
  2022. !      7       24      36     48     64
  2023. !
  2024. ! The depths to which I had to sink to implement this should be sufficient
  2025. ! evidence that the X font model sucks a lot.
  2026. !
  2027. ! If you have selected the "Large" font set and still think the fonts are too
  2028. ! small, it could be that you are using 75dpi fonts on a 100dpi monitor.  You
  2029. ! can see whether you are using 75dpi or 100dpi fonts by looking at the output
  2030. ! of the command "xset q" - near the end of its output it shows your font path,
  2031. ! and if directories with 75dpi in their names preceed the 100dpi ones, then
  2032. ! those are the fonts you are using.  You can find out the dots-per-inch of
  2033. ! your monitor with the "xdpyinfo" command; look for the "resolution:" line.
  2034. !
  2035. ! The resource hierarchy for the fonts used by Netscape is as follows:
  2036. !
  2037. ! *DocumentFonts.XCharset.Family. Face.      UserSize.ProgramSize.Attribute:
  2038. !
  2039. !                latin1  variable normal     small   1-7         foundry
  2040. !                        fixed    bold       medium              family
  2041. !                                 italic     large               weight
  2042. !                                 boldItalic huge                ..etc..
  2043.  
  2044. ! ============================================================================
  2045. ! Specify default values for all fonts (both fixed-width and variable-width.)
  2046. ! You should probably use this block only for specifying things like the
  2047. ! foundry, registry, and encoding.  Most of these fields should generally be
  2048. ! allowed to remain wildcards.
  2049. ! ============================================================================
  2050. !
  2051. *documentFonts*foundry:                    *
  2052. *documentFonts*family:                    *
  2053. *documentFonts*weight:                    *
  2054. *documentFonts*slant:                    *
  2055. *documentFonts*swidth:                    *
  2056. *documentFonts*adstyle:                    *
  2057. *documentFonts*pixelsize:                *
  2058. *documentFonts*pointsize:                *
  2059. *documentFonts*resx:                    *
  2060. *documentFonts*resy:                    *
  2061. *documentFonts*spacing:                    *
  2062. *documentFonts*avgwidth:                *
  2063. *documentFonts.latin1*registry:                iso8859
  2064. *documentFonts.latin1*encoding:                1
  2065. *documentFonts.jisx0208*registry:            jisx0208.1983
  2066. *documentFonts.jisx0208*encoding:            0
  2067. *documentFonts.jisx0201*registry:            jisx0201.1976
  2068. *documentFonts.jisx0201*encoding:            0
  2069. *documentFonts.jisx0212*registry:            jisx0212.1990
  2070. *documentFonts.jisx0212*encoding:            0
  2071. *documentFonts.ksc5601*registry:            ksc5601.1987
  2072. *documentFonts.ksc5601*encoding:            0
  2073. *documentFonts.gb2312*registry:                gb2312.1980
  2074. *documentFonts.gb2312*encoding:                0
  2075. *documentFonts.cns11643*registry:            cns11643.1986
  2076. *documentFonts.cns11643*encoding:            *
  2077.  
  2078. ! ============================================================================
  2079. ! Specify default values for all variable-width fonts, regardless of size.
  2080. ! ============================================================================
  2081. !
  2082. *documentFonts.latin1.variable*family:            times
  2083. *documentFonts.latin1.variable.normal*weight:        medium
  2084. *documentFonts.latin1.variable.normal*slant:        r
  2085. *documentFonts.latin1.variable.bold*weight:        bold
  2086. *documentFonts.latin1.variable.bold*slant:        r
  2087. *documentFonts.latin1.variable.italic*weight:        medium
  2088. *documentFonts.latin1.variable.italic*slant:        i
  2089. *documentFonts.latin1.variable.boldItalic*weight:    bold
  2090. *documentFonts.latin1.variable.boldItalic*slant:    i
  2091.  
  2092. ! To use Helvetica instead of Times, do the following.  (The second two lines
  2093. ! are necessary because Helvetica calls its slanted versions "oblique" while
  2094. ! Times calls them "italic.")
  2095. !*documentFonts.latin1.variable*family:            helvetica
  2096. !*documentFonts.latin1.variable.italic*slant:        o
  2097. !*documentFonts.latin1.variable.boldItalic*slant:    o
  2098.  
  2099.  
  2100. ! ============================================================================
  2101. ! Specify default values for all fixed-width fonts, regardless of size.
  2102. ! ============================================================================
  2103. !
  2104. *documentFonts.latin1.fixed*family:            courier
  2105. *documentFonts.latin1.fixed*spacing:            m
  2106. *documentFonts.latin1.fixed.normal*weight:        medium
  2107. *documentFonts.latin1.fixed.normal*slant:        r
  2108. *documentFonts.latin1.fixed.bold*weight:        bold
  2109. *documentFonts.latin1.fixed.bold*slant:            r
  2110. *documentFonts.latin1.fixed.italic*weight:        medium
  2111. *documentFonts.latin1.fixed.italic*slant:        o
  2112. *documentFonts.latin1.fixed.boldItalic*weight:        bold
  2113. *documentFonts.latin1.fixed.boldItalic*slant:        o
  2114.  
  2115. ! To use LucidaTypewriter instead of Times, do the following.  (The second two
  2116. ! lines are necessary because Lucida calls its slanted versions "italic" while
  2117. ! Times calls them "oblique.")
  2118. !*documentFonts.latin1.fixed*family:            lucidatypewriter
  2119. !*documentFonts.latin1.fixed.italic*slant:        i
  2120. !*documentFonts.latin1.fixed.boldItalic*slant:         i
  2121.  
  2122.  
  2123. ! ============================================================================
  2124. ! Specify sizes for all fonts, fixed and variable.
  2125. ! ============================================================================
  2126. !
  2127. ! The "small," "medium," "large," and "huge" sizes correspond to the user's
  2128. ! selection of preferred font sizes on the Preferences dialog.
  2129. !
  2130. ! The numeric sizes are specified by the document being viewed, for example,
  2131. ! normal text is rendered in size 3, and <H1> text is rendered in size 6.
  2132. ! The <FONT> directive can also be used to specify sizes from 1 to 7.
  2133. !
  2134. ! It is better to specify these resources as "pointsize" rather than
  2135. ! "pixelsize" so that the font path may be used to select 100dpi or 75dpi
  2136. ! fonts based on the type of monitor in use, resulting in similar looking
  2137. ! screens on different hardware.  Also note that pixel sizes which exist in
  2138. ! the 100dpi set won't necessarily exist in the 75dpi set, while the point
  2139. ! sizes available will generally be the same.
  2140. !
  2141. !   In an optimal world, we could just do it as follows in the commented-out
  2142. !   portion.  But as it happens, We can't use the same sizes for fixed-width
  2143. !   fonts as for variable-width fonts because a 14-point Courier is visually
  2144. !   larger than a 14-point Times, which may be a bug in the fonts, or may just
  2145. !   be an artifact of it being fixed width, I'm not sure.  Anyway, things look
  2146. !   better if the Courier fonts are one increment smaller than the Times or
  2147. !   Helvetica fonts, at least with the versions of those fonts on the systems
  2148. !   I've tried.  HOWEVER, this is not the case with the pairing of New Century
  2149. !   Schoolbook and Lucida Typewriter: with those two fonts, the 14 point
  2150. !   versions look good together.  So, your mileage may vary...
  2151. !
  2152. ! *documentFonts*small.1.pointsize:        60
  2153. ! *documentFonts*small.2.pointsize:        80
  2154. ! *documentFonts*small.3.pointsize:        100
  2155. ! *documentFonts*small.4.pointsize:        120
  2156. ! *documentFonts*small.5.pointsize:        140
  2157. ! *documentFonts*small.6.pointsize:        180
  2158. ! *documentFonts*small.7.pointsize:        240
  2159. !
  2160. ! *documentFonts*medium.1.pointsize:        80
  2161. ! *documentFonts*medium.2.pointsize:        100
  2162. ! *documentFonts*medium.3.pointsize:        120
  2163. ! *documentFonts*medium.4.pointsize:        140
  2164. ! *documentFonts*medium.5.pointsize:        180
  2165. ! *documentFonts*medium.6.pointsize:        240
  2166. ! *documentFonts*medium.7.pointsize:        360
  2167. !
  2168. ! *documentFonts*large.1.pointsize:        100
  2169. ! *documentFonts*large.2.pointsize:        120
  2170. ! *documentFonts*large.3.pointsize:        140
  2171. ! *documentFonts*large.4.pointsize:        180
  2172. ! *documentFonts*large.5.pointsize:        240
  2173. ! *documentFonts*large.6.pointsize:        360
  2174. ! *documentFonts*large.7.pointsize:        480
  2175. !
  2176. ! *documentFonts*huge.1.pointsize:        120
  2177. ! *documentFonts*huge.2.pointsize:        140
  2178. ! *documentFonts*huge.3.pointsize:        180
  2179. ! *documentFonts*huge.4.pointsize:        240
  2180. ! *documentFonts*huge.5.pointsize:        360
  2181. ! *documentFonts*huge.6.pointsize:        480
  2182. ! *documentFonts*huge.7.pointsize:        640
  2183.  
  2184.  
  2185. ! ============================================================================
  2186. ! Specify sizes for all variable-width fonts.
  2187. ! ============================================================================
  2188. !
  2189. *documentFonts.latin1.variable*small.1.pointsize:    60
  2190. *documentFonts.latin1.variable*small.2.pointsize:    80
  2191. *documentFonts.latin1.variable*small.3.pointsize:    100
  2192. *documentFonts.latin1.variable*small.4.pointsize:    120
  2193. *documentFonts.latin1.variable*small.5.pointsize:    140
  2194. *documentFonts.latin1.variable*small.6.pointsize:    180
  2195. *documentFonts.latin1.variable*small.7.pointsize:    240
  2196.  
  2197. *documentFonts.latin1.variable*medium.1.pointsize:    80
  2198. *documentFonts.latin1.variable*medium.2.pointsize:    100
  2199. *documentFonts.latin1.variable*medium.3.pointsize:    120
  2200. *documentFonts.latin1.variable*medium.4.pointsize:    140
  2201. *documentFonts.latin1.variable*medium.5.pointsize:    180
  2202. *documentFonts.latin1.variable*medium.6.pointsize:    240
  2203. *documentFonts.latin1.variable*medium.7.pointsize:    360
  2204.  
  2205. *documentFonts.latin1.variable*large.1.pointsize:    100
  2206. *documentFonts.latin1.variable*large.2.pointsize:    120
  2207. *documentFonts.latin1.variable*large.3.pointsize:    140
  2208. *documentFonts.latin1.variable*large.4.pointsize:    180
  2209. *documentFonts.latin1.variable*large.5.pointsize:    240
  2210. *documentFonts.latin1.variable*large.6.pointsize:    360
  2211. *documentFonts.latin1.variable*large.7.pointsize:    480
  2212.  
  2213. *documentFonts.latin1.variable*huge.1.pointsize:    120
  2214. *documentFonts.latin1.variable*huge.2.pointsize:    140
  2215. *documentFonts.latin1.variable*huge.3.pointsize:    180
  2216. *documentFonts.latin1.variable*huge.4.pointsize:    240
  2217. *documentFonts.latin1.variable*huge.5.pointsize:    360
  2218. *documentFonts.latin1.variable*huge.6.pointsize:    480
  2219. *documentFonts.latin1.variable*huge.7.pointsize:    640
  2220.  
  2221. ! ============================================================================
  2222. ! Specify sizes for all fixed-width fonts; see comment above.
  2223. ! ============================================================================
  2224. !
  2225. *documentFonts.latin1.fixed*small.1.pointsize:        40
  2226. *documentFonts.latin1.fixed*small.2.pointsize:        60
  2227. *documentFonts.latin1.fixed*small.3.pointsize:        80
  2228. *documentFonts.latin1.fixed*small.4.pointsize:        100
  2229. *documentFonts.latin1.fixed*small.5.pointsize:        120
  2230. *documentFonts.latin1.fixed*small.6.pointsize:        140
  2231. *documentFonts.latin1.fixed*small.7.pointsize:        180
  2232.  
  2233. *documentFonts.latin1.fixed*medium.1.pointsize:    60
  2234. *documentFonts.latin1.fixed*medium.2.pointsize:    80
  2235. *documentFonts.latin1.fixed*medium.3.pointsize:    100
  2236. *documentFonts.latin1.fixed*medium.4.pointsize:    120
  2237. *documentFonts.latin1.fixed*medium.5.pointsize:    140
  2238. *documentFonts.latin1.fixed*medium.6.pointsize:    180
  2239. *documentFonts.latin1.fixed*medium.7.pointsize:    240
  2240.  
  2241. *documentFonts.latin1.fixed*large.1.pointsize:        80
  2242. *documentFonts.latin1.fixed*large.2.pointsize:        100
  2243. *documentFonts.latin1.fixed*large.3.pointsize:        120
  2244. *documentFonts.latin1.fixed*large.4.pointsize:        140
  2245. *documentFonts.latin1.fixed*large.5.pointsize:        180
  2246. *documentFonts.latin1.fixed*large.6.pointsize:        240
  2247. *documentFonts.latin1.fixed*large.7.pointsize:        360
  2248.  
  2249. *documentFonts.latin1.fixed*huge.1.pointsize:        100
  2250. *documentFonts.latin1.fixed*huge.2.pointsize:        120
  2251. *documentFonts.latin1.fixed*huge.3.pointsize:        140
  2252. *documentFonts.latin1.fixed*huge.4.pointsize:        180
  2253. *documentFonts.latin1.fixed*huge.5.pointsize:        240
  2254. *documentFonts.latin1.fixed*huge.6.pointsize:        360
  2255. *documentFonts.latin1.fixed*huge.7.pointsize:        480
  2256.  
  2257. *documentFonts.jisx0208*small.1.pixelsize:    10
  2258. *documentFonts.jisx0208*small.2.pixelsize:    10
  2259. *documentFonts.jisx0208*small.3.pixelsize:    14
  2260. *documentFonts.jisx0208*small.4.pixelsize:    14
  2261. *documentFonts.jisx0208*small.5.pixelsize:    16
  2262. *documentFonts.jisx0208*small.6.pixelsize:    18
  2263. *documentFonts.jisx0208*small.7.pixelsize:    24
  2264.  
  2265. *documentFonts.jisx0208*medium.1.pixelsize:    10
  2266. *documentFonts.jisx0208*medium.2.pixelsize:    12
  2267. *documentFonts.jisx0208*medium.3.pixelsize:    14
  2268. *documentFonts.jisx0208*medium.4.pixelsize:    16
  2269. *documentFonts.jisx0208*medium.5.pixelsize:    18
  2270. *documentFonts.jisx0208*medium.6.pixelsize:    24
  2271. *documentFonts.jisx0208*medium.7.pixelsize:    32
  2272.  
  2273. *documentFonts.jisx0208*large.1.pixelsize:    12
  2274. *documentFonts.jisx0208*large.2.pixelsize:    14
  2275. *documentFonts.jisx0208*large.3.pixelsize:    16
  2276. *documentFonts.jisx0208*large.4.pixelsize:    18
  2277. *documentFonts.jisx0208*large.5.pixelsize:    24
  2278. *documentFonts.jisx0208*large.6.pixelsize:    32
  2279. *documentFonts.jisx0208*large.7.pixelsize:    64
  2280.  
  2281. *documentFonts.jisx0208*huge.1.pixelsize:    14
  2282. *documentFonts.jisx0208*huge.2.pixelsize:    16
  2283. *documentFonts.jisx0208*huge.3.pixelsize:    18
  2284. *documentFonts.jisx0208*huge.4.pixelsize:    24
  2285. *documentFonts.jisx0208*huge.5.pixelsize:    32
  2286. *documentFonts.jisx0208*huge.6.pixelsize:    64
  2287. *documentFonts.jisx0208*huge.7.pixelsize:    64
  2288.  
  2289. *documentFonts.jisx0201*small.1.pixelsize:    14
  2290. *documentFonts.jisx0201*small.2.pixelsize:    14
  2291. *documentFonts.jisx0201*small.3.pixelsize:    14
  2292. *documentFonts.jisx0201*small.4.pixelsize:    14
  2293. *documentFonts.jisx0201*small.5.pixelsize:    16
  2294. *documentFonts.jisx0201*small.6.pixelsize:    16
  2295. *documentFonts.jisx0201*small.7.pixelsize:    24
  2296.  
  2297. *documentFonts.jisx0201*medium.1.pixelsize:    14
  2298. *documentFonts.jisx0201*medium.2.pixelsize:    14
  2299. *documentFonts.jisx0201*medium.3.pixelsize:    14
  2300. *documentFonts.jisx0201*medium.4.pixelsize:    16
  2301. *documentFonts.jisx0201*medium.5.pixelsize:    16
  2302. *documentFonts.jisx0201*medium.6.pixelsize:    24
  2303. *documentFonts.jisx0201*medium.7.pixelsize:    24
  2304.  
  2305. *documentFonts.jisx0201*large.1.pixelsize:    14
  2306. *documentFonts.jisx0201*large.2.pixelsize:    14
  2307. *documentFonts.jisx0201*large.3.pixelsize:    16
  2308. *documentFonts.jisx0201*large.4.pixelsize:    16
  2309. *documentFonts.jisx0201*large.5.pixelsize:    24
  2310. *documentFonts.jisx0201*large.6.pixelsize:    24
  2311. *documentFonts.jisx0201*large.7.pixelsize:    24
  2312.  
  2313. *documentFonts.jisx0201*huge.1.pixelsize:    14
  2314. *documentFonts.jisx0201*huge.2.pixelsize:    16
  2315. *documentFonts.jisx0201*huge.3.pixelsize:    16
  2316. *documentFonts.jisx0201*huge.4.pixelsize:    24
  2317. *documentFonts.jisx0201*huge.5.pixelsize:    24
  2318. *documentFonts.jisx0201*huge.6.pixelsize:    24
  2319. *documentFonts.jisx0201*huge.7.pixelsize:    24
  2320.  
  2321. *documentFonts.jisx0212*small.1.pixelsize:    16
  2322. *documentFonts.jisx0212*small.2.pixelsize:    16
  2323. *documentFonts.jisx0212*small.3.pixelsize:    16
  2324. *documentFonts.jisx0212*small.4.pixelsize:    16
  2325. *documentFonts.jisx0212*small.5.pixelsize:    16
  2326. *documentFonts.jisx0212*small.6.pixelsize:    16
  2327. *documentFonts.jisx0212*small.7.pixelsize:    24
  2328.  
  2329. *documentFonts.jisx0212*medium.1.pixelsize:    16
  2330. *documentFonts.jisx0212*medium.2.pixelsize:    16
  2331. *documentFonts.jisx0212*medium.3.pixelsize:    16
  2332. *documentFonts.jisx0212*medium.4.pixelsize:    16
  2333. *documentFonts.jisx0212*medium.5.pixelsize:    16
  2334. *documentFonts.jisx0212*medium.6.pixelsize:    24
  2335. *documentFonts.jisx0212*medium.7.pixelsize:    24
  2336.  
  2337. *documentFonts.jisx0212*large.1.pixelsize:    16
  2338. *documentFonts.jisx0212*large.2.pixelsize:    16
  2339. *documentFonts.jisx0212*large.3.pixelsize:    16
  2340. *documentFonts.jisx0212*large.4.pixelsize:    16
  2341. *documentFonts.jisx0212*large.5.pixelsize:    24
  2342. *documentFonts.jisx0212*large.6.pixelsize:    24
  2343. *documentFonts.jisx0212*large.7.pixelsize:    24
  2344.  
  2345. *documentFonts.jisx0212*huge.1.pixelsize:    16
  2346. *documentFonts.jisx0212*huge.2.pixelsize:    16
  2347. *documentFonts.jisx0212*huge.3.pixelsize:    16
  2348. *documentFonts.jisx0212*huge.4.pixelsize:    24
  2349. *documentFonts.jisx0212*huge.5.pixelsize:    24
  2350. *documentFonts.jisx0212*huge.6.pixelsize:    24
  2351. *documentFonts.jisx0212*huge.7.pixelsize:    24
  2352.  
  2353. *documentFonts.ksc5601*small.1.pixelsize:    14
  2354. *documentFonts.ksc5601*small.2.pixelsize:    14
  2355. *documentFonts.ksc5601*small.3.pixelsize:    14
  2356. *documentFonts.ksc5601*small.4.pixelsize:    14
  2357. *documentFonts.ksc5601*small.5.pixelsize:    16
  2358. *documentFonts.ksc5601*small.6.pixelsize:    16
  2359. *documentFonts.ksc5601*small.7.pixelsize:    24
  2360.  
  2361. *documentFonts.ksc5601*medium.1.pixelsize:    14
  2362. *documentFonts.ksc5601*medium.2.pixelsize:    14
  2363. *documentFonts.ksc5601*medium.3.pixelsize:    14
  2364. *documentFonts.ksc5601*medium.4.pixelsize:    16
  2365. *documentFonts.ksc5601*medium.5.pixelsize:    16
  2366. *documentFonts.ksc5601*medium.6.pixelsize:    24
  2367. *documentFonts.ksc5601*medium.7.pixelsize:    24
  2368.  
  2369. *documentFonts.ksc5601*large.1.pixelsize:    14
  2370. *documentFonts.ksc5601*large.2.pixelsize:    14
  2371. *documentFonts.ksc5601*large.3.pixelsize:    16
  2372. *documentFonts.ksc5601*large.4.pixelsize:    16
  2373. *documentFonts.ksc5601*large.5.pixelsize:    24
  2374. *documentFonts.ksc5601*large.6.pixelsize:    24
  2375. *documentFonts.ksc5601*large.7.pixelsize:    24
  2376.  
  2377. *documentFonts.ksc5601*huge.1.pixelsize:    14
  2378. *documentFonts.ksc5601*huge.2.pixelsize:    16
  2379. *documentFonts.ksc5601*huge.3.pixelsize:    16
  2380. *documentFonts.ksc5601*huge.4.pixelsize:    24
  2381. *documentFonts.ksc5601*huge.5.pixelsize:    24
  2382. *documentFonts.ksc5601*huge.6.pixelsize:    24
  2383. *documentFonts.ksc5601*huge.7.pixelsize:    24
  2384.  
  2385. *documentFonts.gb2312*small.1.pixelsize:    16
  2386. *documentFonts.gb2312*small.2.pixelsize:    16
  2387. *documentFonts.gb2312*small.3.pixelsize:    16
  2388. *documentFonts.gb2312*small.4.pixelsize:    16
  2389. *documentFonts.gb2312*small.5.pixelsize:    16
  2390. *documentFonts.gb2312*small.6.pixelsize:    16
  2391. *documentFonts.gb2312*small.7.pixelsize:    24
  2392.  
  2393. *documentFonts.gb2312*medium.1.pixelsize:    16
  2394. *documentFonts.gb2312*medium.2.pixelsize:    16
  2395. *documentFonts.gb2312*medium.3.pixelsize:    16
  2396. *documentFonts.gb2312*medium.4.pixelsize:    16
  2397. *documentFonts.gb2312*medium.5.pixelsize:    16
  2398. *documentFonts.gb2312*medium.6.pixelsize:    24
  2399. *documentFonts.gb2312*medium.7.pixelsize:    24
  2400.  
  2401. *documentFonts.gb2312*large.1.pixelsize:    16
  2402. *documentFonts.gb2312*large.2.pixelsize:    16
  2403. *documentFonts.gb2312*large.3.pixelsize:    16
  2404. *documentFonts.gb2312*large.4.pixelsize:    16
  2405. *documentFonts.gb2312*large.5.pixelsize:    24
  2406. *documentFonts.gb2312*large.6.pixelsize:    24
  2407. *documentFonts.gb2312*large.7.pixelsize:    24
  2408.  
  2409. *documentFonts.gb2312*huge.1.pixelsize:        16
  2410. *documentFonts.gb2312*huge.2.pixelsize:        16
  2411. *documentFonts.gb2312*huge.3.pixelsize:        16
  2412. *documentFonts.gb2312*huge.4.pixelsize:        24
  2413. *documentFonts.gb2312*huge.5.pixelsize:        24
  2414. *documentFonts.gb2312*huge.6.pixelsize:        24
  2415. *documentFonts.gb2312*huge.7.pixelsize:        24
  2416.  
  2417. *documentFonts.cns11643*small.1.pixelsize:    16
  2418. *documentFonts.cns11643*small.2.pixelsize:    16
  2419. *documentFonts.cns11643*small.3.pixelsize:    16
  2420. *documentFonts.cns11643*small.4.pixelsize:    16
  2421. *documentFonts.cns11643*small.5.pixelsize:    16
  2422. *documentFonts.cns11643*small.6.pixelsize:    16
  2423. *documentFonts.cns11643*small.7.pixelsize:    24
  2424.  
  2425. *documentFonts.cns11643*medium.1.pixelsize:    16
  2426. *documentFonts.cns11643*medium.2.pixelsize:    16
  2427. *documentFonts.cns11643*medium.3.pixelsize:    16
  2428. *documentFonts.cns11643*medium.4.pixelsize:    16
  2429. *documentFonts.cns11643*medium.5.pixelsize:    16
  2430. *documentFonts.cns11643*medium.6.pixelsize:    24
  2431. *documentFonts.cns11643*medium.7.pixelsize:    24
  2432.  
  2433. *documentFonts.cns11643*large.1.pixelsize:    16
  2434. *documentFonts.cns11643*large.2.pixelsize:    16
  2435. *documentFonts.cns11643*large.3.pixelsize:    16
  2436. *documentFonts.cns11643*large.4.pixelsize:    16
  2437. *documentFonts.cns11643*large.5.pixelsize:    24
  2438. *documentFonts.cns11643*large.6.pixelsize:    24
  2439. *documentFonts.cns11643*large.7.pixelsize:    24
  2440.  
  2441. *documentFonts.cns11643*huge.1.pixelsize:        16
  2442. *documentFonts.cns11643*huge.2.pixelsize:        16
  2443. *documentFonts.cns11643*huge.3.pixelsize:        16
  2444. *documentFonts.cns11643*huge.4.pixelsize:        24
  2445. *documentFonts.cns11643*huge.5.pixelsize:        24
  2446. *documentFonts.cns11643*huge.6.pixelsize:        24
  2447. *documentFonts.cns11643*huge.7.pixelsize:        24
  2448.  
  2449.  
  2450. ! ============================================================================
  2451. ! Fonts used for printing.
  2452. ! ============================================================================
  2453. !
  2454. ! psname  is the full PostScript font name
  2455. ! pscode  is the character encoding used in the PostScript font
  2456. ! pswidth is the PostScript width per character, only useful for "square"
  2457. !         fonts such as those found in East Asia
  2458. !
  2459. ! See the comments on DocumentFonts above for the other fields.
  2460.  
  2461.  
  2462. ! The following Latin-1 PostScript printer fonts are hard-coded into Netscape
  2463. ! and cannot be changed.
  2464. !
  2465. !*documentFonts.latin1.variable.normal*psname:        Times-Roman
  2466. !*documentFonts.latin1.variable.bold*psname:        Times-Bold
  2467. !*documentFonts.latin1.variable.italic*psname:        Times-Italic
  2468. !*documentFonts.latin1.variable.boldItalic*psname:    Times-BoldItalic
  2469. !*documentFonts.latin1.fixed.normal*psname:        Courier
  2470. !*documentFonts.latin1.fixed.bold*psname:        Courier-Bold
  2471. !*documentFonts.latin1.fixed.italic*psname:        Courier-Oblique
  2472. !*documentFonts.latin1.fixed.boldItalic*psname:        Courier-BoldOblique
  2473. !*documentFonts.latin1*pscode:                iso-8859-1
  2474. !*documentFonts.latin1*pswidth:                *
  2475.  
  2476.  
  2477. ! Netscape does not differentiate between variable and fixed, and between
  2478. ! normal, bold, italic and boldItalic for the following East Asian fonts.
  2479. !
  2480. ! The charset fields are the charset names corresponding to the available
  2481. ! locales (e.g. for Japan, that would be x-euc-jp and x-sjis).
  2482. !
  2483. *documentFonts.x-euc-jp*psname:        Ryumin-Light-RKSJ-H
  2484. *documentFonts.x-euc-jp*pscode:        x-sjis
  2485. *documentFonts.x-euc-jp*pswidth:    1000
  2486. *documentFonts.x-sjis*psname:        Ryumin-Light-RKSJ-H
  2487. *documentFonts.x-sjis*pscode:        x-sjis
  2488. *documentFonts.x-sjis*pswidth:        1000
  2489.  
  2490. *documentFonts.euc-kr*psname:        SMgoJ
  2491. *documentFonts.euc-kr*pscode:        euc-kr
  2492. *documentFonts.euc-kr*pswidth:        1000
  2493.  
  2494. !*documentFonts.gb2312*psname:        ???
  2495. !*documentFonts.gb2312*pscode:        ???
  2496. !*documentFonts.gb2312*pswidth:        ???
  2497.  
  2498. !*documentFonts.x-euc-tw*psname:    ???
  2499. !*documentFonts.x-euc-tw*pscode:    ???
  2500. !*documentFonts.x-euc-tw*pswidth:    ???
  2501.  
  2502.  
  2503.  
  2504. *url.whats_new:    http://home.jp.netscape.com/ja/home/whats-new.html
  2505. *url.whats_cool:http://home.jp.netscape.com/ja/home/whats-cool.html
  2506. *url.directory:    http://home.jp.netscape.com/ja/home/internet-directory.html
  2507. *url.search:    http://home.jp.netscape.com/ja/home/internet-search.html
  2508. *url.white:    http://home.jp.netscape.com/ja/home/internet-white-pages.html
  2509. *url.about:    http://home.jp.netscape.com/ja/home/about-the-internet.html
  2510. *url.howto:    http://home.jp.netscape.com/ja/home/how-to-create-web-services.html
  2511. *url.netscape:    http://home.jp.netscape.com/ja/
  2512. *url.galleria:    http://home.jp.netscape.com/ja/home/netscape-galleria.html
  2513. *url.rel_notes:    http://home.jp.netscape.com/ja/eng/mozilla/1.1I/relnotes/unix-
  2514. *url.reg:    http://home.jp.netscape.com/ja/cgi-bin/reginfo.cgi
  2515. *url.manual:    http://home.jp.netscape.com/ja/eng/mozilla/1.1I/handbook/
  2516. *url.faq:    http://home.jp.netscape.com/ja/eng/mozilla/1.1I/faq.html
  2517. *url.security:    http://home.jp.netscape.com/ja/info/security-doc.html
  2518. *url.feedback:    http://home.jp.netscape.com/ja/home/how-to-give-feedback.html
  2519. *url.support:    http://home.jp.netscape.com/ja/home/how-to-get-support.html
  2520.  
  2521.  
  2522. *strings.6796:─╠┐«Ñ¿ÑΘí╝ñ╟ñ╣íú\n (TCP Ñ¿ÑΘí╝: %s)\n\n└▄┬│ñ╖─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
  2523.  
  2524. *strings.6795:╗╪─Ωñ╖ñ┐╛∞╜Ωñ╬Ñ╡í╝Ñ╨ñ╦└▄┬│ñ╟ñ¡ñ▐ñ╗ñ≤íú\nÑ╡í╝Ñ╨ñ╧íó▓╘╞░ñ╖ñ╞ñ╩ñññ½íó┬τ╩╤║«╗¿ñ╖ñ╞ñññ▐ñ╣íú\n\nñ╖ñ╨ñΘñ»┬╘ñ├ñ╞└▄┬│ñ╖─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
  2525.  
  2526. *strings.6793:╢⌡ñ¡ÑßÑΓÑΩñ¼╔╘┬¡ñ╖ñ╞ñññ▐ñ╣íú\n\n╩╠ñ╬ÑóÑ╫ÑΩÑ▒í╝Ñ╖ÑτÑ≤ñ¬ñΦñ╙ѪÑúÑ≤Ñ╔Ѫñ≥╜¬╬╗ñ╡ñ╗ñ╞ñ»ñ└ñ╡ññíú
  2527.  
  2528. *strings.6791:╛∞╜Ω(URL)ñ≥╝▒╩╠ñ╟ñ¡ñ▐ñ╗ñ≤:\n  %.200s\n\n╛∞╜Ωñ≥│╬╟ºñ╖ñ╞íó╝┬╣╘ñ╖─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
  2529.  
  2530. *strings.6789:FTP ñ╬╝⌡╞░ÑΓí╝Ñ╔ñ≥═°═╤ñ╟ñ¡ñ▐ñ╗ñ≤íú
  2531.  
  2532. *strings.6788:Ñ╡í╝Ñ╨ñ≥ FTP ┼╛┴≈ÑΓí╝Ñ╔ñ╦└▀─Ωñ╟ñ¡ñ▐ñ╗ñ≤íú\nÑ╒ÑíÑñÑδñ≥Ñ└ѪÑ≤Ñφí╝Ñ╔ñ╟ñ¡ñ╩ññ▓─╟╜└¡ñ¼ñóñΩñ▐ñ╣íú\n\nñ╖ñ╨ñΘñ»ñ¬┬╘ñ┴ñ╦ñ╩ñδñ½íó╠Σ┬Ωñ╬Ñ╡í╝Ñ╨ñ╦ñ─ñññ╞Ñ╖Ñ╣Ñ╞Ñα┤╔═²╝╘ñ╦ñ¬┐╥ñ═ñ»ñ└ñ╡ññíú
  2533.  
  2534. *strings.6787:Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩ╩╤╣╣(cd)Ñ│Ñ▐Ñ≤Ñ╔ñ≥FTPÑ╡í╝Ñ╨ñ╦┴≈┐«ñ╟ñ¡ñ▐ñ╗ñ≤íú\nñ█ñ½ñ╬Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ≥╔╜╝¿ñ╟ñ¡ñ▐ñ╗ñ≤íú\n\nñ╖ñ╨ñΘñ»ñ¬┬╘ñ┴ñ╦ñ╩ñδñ½íó╠Σ┬Ωñ╬Ñ╡í╝Ñ╨ñ╦ñ─ñññ╞Ñ╖Ñ╣Ñ╞Ñα┤╔═²╝╘ñ╦ñ¬┐╥ñ═ñ»ñ└ñ╡ññíúíú
  2535.  
  2536. *strings.6786:Ñ╟í╝Ñ┐└▄┬│ñ≥│╬╬⌐ñ╣ñδñ┐ñßñ╬Ñ▌í╝Ñ╚Ñ│Ñ▐Ñ≤Ñ╔ñ≥ FTP Ñ╡í╝Ñ╨ñ╦┴≈┐«ñ╟ñ¡ñ▐ñ╗ñ≤íú\n\nñ╖ñ╨ñΘñ»ñ¬┬╘ñ┴ñ╦ñ╩ñδñ½íó╠Σ┬Ωñ╬Ñ╡í╝Ñ╨ñ╦ñ─ñññ╞Ñ╖Ñ╣Ñ╞Ñα┤╔═²╝╘ñ╦ñ¬┐╥ñ═ñ»ñ└ñ╡ññíú
  2537.  
  2538. *strings.6785:Ñ╒ÑíÑñÑδñ¼╕½ñ─ñ½ñΩñ▐ñ╗ñ≤:\n  %.200s\n\nÑ╒ÑíÑñÑδ╠╛ñ≥│╬╟ºñ╖ñ╞íó╝┬╣╘ñ╖─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
  2539.  
  2540. *strings.6784:NewsÑ¿ÑΘí╝ñ╟ñ╣: NNTPñ╬└▄┬│ñ¼╠╡╕·ñ╟ñ╣íú\n\n└▄┬│ñ╖─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
  2541.  
  2542. *strings.6783:NewsÑ╡í╝Ñ╨ñ╟Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú\n\nñ╖ñ╨ñΘñ»┬╘ñ├ñ╞ñΓ└▄┬│ñ╟ñ¡ñ╩ññ╛∞╣τñ╧íóñ│ñ╬Ñ╡í╝Ñ╨ñ╬┤╔═²╝╘ñ╦ñ¬╠Σññ╣τñ∩ñ╗ñ»ñ└ñ╡ññíú
  2543.  
  2544. *strings.6782:▒■┼·ñ¼ñóñΩñ▐ñ╗ñ≤íúÑ╡í╝Ñ╨ñ╧íóÑ└ѪÑ≤ñ╖ñ╞ñññδñ½íó▒■┼·ñ╖ñ╞ñññ▐ñ╗ñ≤íú\n\nñ╖ñ╨ñΘñ»┬╘ñ├ñ╞ñΓ└▄┬│ñ╟ñ¡ñ╩ññ╛∞╣τñ╧íóñ│ñ╬Ñ╡í╝Ñ╨ñ╬┤╔═²╝╘ñ╦ñ¬╠Σññ╣τñ∩ñ╗ñ»ñ└ñ╡ññíú
  2545.  
  2546. *strings.6781:Ñ╡í╝Ñ╨ñ≥╕½ñ─ñ▒ñΘñ∞ñ▐ñ╗ñ≤:\n  %.200s\nñ│ñ╬Ñ╡í╝Ñ╨ñ╬DNS╣α╠▄ñ¼ñóñΩñ▐ñ╗ñ≤íú\n\n╛∞╜Ω(URL)ñ╦╗╪─Ωñ╖ñ┐Ñ╡í╝Ñ╨╠╛ñ≥│╬╟ºñ╖ñ╞íó╝┬╣╘ñ╖─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
  2547.  
  2548. *strings.6780:Ñ╡í╝Ñ╨ñ╚ñ╬└▄┬│ñ¼└┌ñΘñ∞ñ▐ñ╖ñ┐íú\n\nÑ╡í╝Ñ╨ñ¼Ñ└ѪÑ≤ñ╖ñ┐ñ½íóÑ═Ñ├Ñ╚Ñ∩í╝Ñ»ñ╦╠Σ┬Ωñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú\n└▄┬│ñ╖─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
  2549.  
  2550. *strings.6779:Ñ╦Ñσí╝Ñ╣╣α╠▄ñ¼ñóñΩñ▐ñ╗ñ≤íú═¡╕·┤ⁿ╕┬ñ¼▓ßñ«ñ╞ñññ▐ñ╣íú\n\n╩╠ñ╬╣α╠▄ñ≥╝ΦñΩ╜╨ñ╖ñ╞ñ»ñ└ñ╡ññíú
  2551.  
  2552. *strings.6778:Ñ╦Ñσí╝Ñ╣íªÑ╒ÑíÑñÑδ(newsrc)ñ≥│½ñ▒ñ▐ñ╗ñ≤íú\n\n└▀─ΩÑ└ÑñÑóÑφÑ░íªÑ▄Ñ├Ñ»Ñ╣ñ╟Ñ╦Ñσí╝Ñ╣ñ╬└▀─Ωñ≥│╬╟ºñ╖ñ╞íó╝┬╣╘ñ╖─╛ñ╖ñ╖ñ╞ñ»ñ└ñ╡ññíú
  2553.  
  2554. *strings.6777:Ñ╒ÑíÑñÑδñ≥│½ñ▒ñ▐ñ╗ñ≤:\n  %.200s\n\nÑ╒ÑíÑñÑδ╠╛ñ≥│╬╟ºñ╖ñ╞íó╝┬╣╘ñ╖─╛ñ╣ñ╖ñ╞ñ»ñ└ñ╡ññíú
  2555.  
  2556. *strings.6764:Ñ╟í╝Ñ┐ñ╬┴≈┐«├µñ╦Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»íªÑ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú\n(Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»íªÑ¿ÑΘí╝: %s)\n\n└▄┬│ñ╖─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
  2557.  
  2558. *strings.6771:Ñßí╝Ñδ╚»┐«├µñ╦Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐:\nSMTPÑ╡í╝Ñ╨ñ╦└▄┬│ñ╟ñ¡ñ▐ñ╗ñ≤íú\nÑ╡í╝Ñ╨ñ╧íóÑ└ѪÑ≤ñ╖ñ╞ñññδñ½└▀─Ωñ¼┤╓░πñ├ñ╞ñññ▐ñ╣íú\n\n└▀─ΩÑ└ÑñÑóÑφÑ░íªÑ▄Ñ├Ñ»Ñ╣ñ╟┼┼╗╥Ñßí╝Ñδñ╬└▀─Ωñ≥│╬╟ºñ╖ñ╞íó╚»┐«ñ╖─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
  2559.  
  2560. *strings.6770:Ñßí╝Ñδ╚»┐«├µñ╦Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐:\n╚»┐«╕╡:Ñ╪Ñ├Ñ└í╝ñ¼╔╘┼¼└┌ñ╟ñ╣íú\n\n└▀─ΩÑ└ÑñÑóÑφÑ░íªÑ▄Ñ├Ñ»Ñ╣ñ╟┼┼╗╥Ñßí╝ÑδíªÑóÑ╔Ñ∞Ñ╣ñ≥│╬╟ºñ╖ñ╞íó\n╚»┐«ñ╖─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
  2561.  
  2562. *strings.6769:Ñßí╝Ñδ╚»┐«├µñ╦Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐:\n░╕└Φ:Ñ╪Ñ├Ñ└í╝ñ¼╔╘┼¼└┌ñ╟ñ╣íú\n\n┼┼╗╥Ñßí╝ÑδíªÑóÑ╔Ñ∞Ñ╣ñ≥│╬╟ºñ╖ñ╞íñ╚»┐«ñ╖─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
  2563.  
  2564. *strings.6767:Ñßí╝Ñδ╚»┐«├µñ╦Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐:\nÑßÑ├Ñ╗í╝Ñ╕ñ╬╞Γ═╞ñ¼╔╘┼¼└┌ñ╟ñ╣íú\n\nÑßÑ├Ñ╗í╝Ñ╕ñ╬╞Γ═╞ñ≥│╬╟ºñ╖ñ╞íó╚»┐«ñ╖─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
  2565.  
  2566. *strings.6766:Ñßí╝Ñδ╚»┐«├µñ╦Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐: SMTPÑ╡í╝Ñ╨ñ╬Ñ¿ÑΘí╝ñ╟ñ╣íú\n\n╕╢░°ñ╦ñ─ñññ╞íóÑßí╝Ñδ┤╔═²╝╘ñ╦ñ¬┐╥ñ═ñ»ñ└ñ╡ññíú
  2567.  
  2568. *strings.6760:Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»íªÑ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐:\nÑ╡í╝Ñ╨ñ╦└▄┬│ñ╟ñ¡ñ▐ñ╗ñ≤íú(TCP Ñ¿ÑΘí╝: %s)\nÑ╡í╝Ñ╨ñ╧íóÑ└ѪÑ≤ñ╖ñ╞ñññδñ½íó╖╨╧⌐ñ¼╕½ñ─ñ½ñΩñ▐ñ╗ñ≤íú\n\nñ╖ñ╨ñΘñ»┬╘ñ├ñ╞íó└▄┬│ñ╖─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
  2569.  
  2570. *strings.6758:Ñ╡í╝Ñ╨ñ╦Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»└▄┬│ñ≥╡±╚▌ñ╡ñ∞ñ▐ñ╖ñ┐:\n  %.200s\nÑ╡í╝Ñ╨ñ╧íó└▄┬│ñ≥╝⌡ñ▒╔╒ñ▒ñ╞ñññ╩ñññ½íó┬τ╩╤║«╗¿ñ╖ñ╞ñññ▐ñ╣íú\n\nñ╖ñ╨ñΘñ»┬╘ñ├ñ╞└▄┬│ñ╖─╛ñ╣ñ╖ñ╞ñ»ñ└ñ╡ññíú
  2571.  
  2572. *strings.6757:Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»íªÑ╜Ñ▒Ñ├Ñ╚└▄┬│ñ≥║ε└«ñ╟ñ¡ñ▐ñ╗ñ≤íú\nÑ╖Ñ╣Ñ╞ÑαíªÑΩÑ╜í╝Ñ╣ñ¼╔╘┬¡ñ╖ñ╞ñññδñ½íñÑ═Ñ├Ñ╚Ñ∩í╝Ñ»ñ¼Ñ└ѪÑ≤ñ╖ñ╞ñññ▐ñ╣íú\n(╕╢░°: %s)\n\nñ╖ñ╨ñΘñ»┬╘ñ├ñ╞└▄┬│ñ╖─╛ñ╣ñ½íñNetscapeñ≥║╞╡»╞░ñ╖ñ╞ñ»ñ└ñ╡ññíú
  2573.  
  2574. *strings.6755:Ñ╡í╝Ñ╨ñ╚ñ╬Ñ╜Ñ▒Ñ├Ñ╚└▄┬│ñ≥┤░╬╗ñ╟ñ¡ñ▐ñ╗ñ≤íú\nÑ╖Ñ╣Ñ╞ÑαíªÑΩÑ╜í╝Ñ╣ñ¼╔╘┬¡ñ╖ñ╞ñññ▐ñ╣íú\n\nNetscapeñ≥║╞╡»╞░ñ╖ñ╞ñ»ñ└ñ╡ññíú
  2575.  
  2576. *strings.6754: Proxy Ñ╡í╝Ñ╨ñ╦└▄┬│ñ╟ñ¡ñ▐ñ╗ñ≤íú\nÑ╡í╝Ñ╨ñ╧íóÑ└ѪÑ≤ñ╖ñ╞ñññδñ½└▀─Ωñ¼┤╓░πñ├ñ╞ñññ▐ñ╣íú\n\n└▀─ΩÑ└ÑñÑóÑφÑ░íªÑ▄Ñ├Ñ»Ñ╣ñ╟ Proxy ñ╬└▀─Ωñ≥│╬╟ºñ╖ñ╞╝┬╣╘ñ╖─╛ñ╣ñ½íó\nÑ╡í╝Ñ╨ñ╬┤╔═²╝╘ñ╦ñ¬┐╥ñ═ñ»ñ└ñ╡ññíú
  2577.  
  2578. *strings.6753: Proxy Ñ╡í╝Ñ╨ñ≥╕½ñ─ñ▒ñΘñ∞ñ▐ñ╗ñ≤íú\nÑ╡í╝Ñ╨ñ╧íóÑ└ѪÑ≤ñ╖ñ╞ñññδñ½└▀─Ωñ¼┤╓░πñ├ñ╞ñññ▐ñ╣íú\n\n└▀─ΩÑ└ÑñÑóÑφÑ░íªÑ▄Ñ├Ñ»Ñ╣ñ╟ Proxy ñ╬└▀─Ωñ≥│╬╟ºñ╖ñ╞╝┬╣╘ñ╖─╛ñ╣ñ½íó\nÑ╡í╝Ñ╨ñ╬┤╔═²╝╘ñ╦ñ¬┐╥ñ═ñ»ñ└ñ╡ññíú
  2579.  
  2580. *strings.6749:╩╕╜±ñ╦Ñ╟í╝Ñ┐ñ¼┤▐ñ▐ñ∞ñ╞ñññ▐ñ╗ñ≤íú
  2581.  
  2582. *strings.6748:Ñ╟í╝Ñ┐ñ╬╝⌡┐«├µñ╦Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»íªÑ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú\n(Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»íªÑ¿ÑΘí╝: %s)\n\n└▄┬│ñ╖─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
  2583.  
  2584. *strings.6747:║ε╢╚Ñ╒ÑíÑñÑδñ≥│½ñ»ñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╗ñ≤:\n  %.200s\n\ní╓║ε╢╚Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩí╫ñ╬└▀─Ωñ≥│╬╟ºñ╖ñ╞íó╝┬╣╘ñ╖─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
  2585.  
  2586. *strings.6765:Ñßí╝Ñδ╚»┐«├µñ╦Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐:\nÑΩÑ┐í╝Ñ≤Ñßí╝ÑδíªÑóÑ╔Ñ∞Ñ╣ñ¼╔╘┼¼└┌ñ╟ñ╣íú\n\n└▀─ΩÑ└ÑñÑóÑφÑ░íªÑ▄Ñ├Ñ»Ñ╣ñ╟┼┼╗╥Ñßí╝ÑδíªÑóÑ╔Ñ∞Ñ╣ñ≥│╬╟ºñ╖ñ╞íó╚»┐«ñ╖─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
  2587.  
  2588. *strings.6750:Ñ╟ÑúÑ╣Ñ»ñ╦╢⌡ñ¡Ñ╣Ñ┌í╝Ñ╣ñ¼ñóñΩñ▐ñ╗ñ≤íúÑ╒ÑíÑñÑδñ╬┼╛┴≈ñ≥\n├µ╗▀ñ╖íóÑ╒ÑíÑñÑδñ≥║∩╜ⁿñ╖ñ▐ñ╖ñ┐íú\n\nñññ»ñ─ñ½Ñ╒ÑíÑñÑδñ≥║∩╜ⁿñ╖ñ╞ñ½ñΘ╝┬╣╘ñ╖─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
  2589.  
  2590. *strings.6740:╟º╛┌Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú\n\n╠╛┴░ñ╚Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╞■╬╧ñ╖─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
  2591.  
  2592. *strings.6734:╚»┐«╕╡ñ¼╗╪─Ωñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú
  2593.  
  2594. *strings.6733:░╕└Φñ¼╗╪─Ωñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú
  2595.  
  2596. *strings.6732:┬Ω╠╛ñ¼╗╪─Ωñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú
  2597.  
  2598. *strings.6731:░∞╗■Ñ╒ÑíÑñÑδñ╬╜±╣■ñ▀ñ╟Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú
  2599.  
  2600. *strings.6725:ñ│ñ∞ñ╧ MIME ╖┴╝░ñ╬Ñ▐ÑδÑ┴Ñ╤í╝Ñ╚íªÑßÑ├Ñ╗í╝Ñ╕ñ╟ñ╣íú
  2601.  
  2602. *strings.6722:░⌡║■ñ≥├µ╗▀ñ╖ñ▐ñ╖ñ┐íú╩╕╜±ñ╬╝⌡┐«├µñ╦╠Σ┬Ωñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú\n┼╛┴≈ñ¼│ΣñΩ╣■ñ▐ñ∞ñ┐ñ½íóÑ╟ÑúÑ╣Ñ»ñ╦╢⌡ñ¡Ñ╣Ñ┌í╝Ñ╣ñ¼ñóñΩñ▐ñ╗ñ≤íú\n║ε╢╚Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ╬Ñ╣Ñ┌í╝Ñ╣ñ≥│╬╟ºñ╖ñ╞ñ»ñ└ñ╡ññíú\nñóñδñññ╧íóNetscapeñ≥║╞╡»╞░ñ╖ñ╞ñ»ñ└ñ╡ññíúíú
  2603.  
  2604. *strings.6721:╜≡╠╛ñ¼4╣╘ñ≥▒█ñ¿ñ╞ñññ▐ñ╣íúñ¬┤½ñßñ╟ñ¡ñ▐ñ╗ñ≤íú
  2605.  
  2606. *strings.6720:╜≡╠╛ñ¼1╣╘ñóñ┐ñΩ79╩╕╗·ñ≥▒█ñ¿ñ╞ñññ▐ñ╣íú\n╝⌡┐«└Φñ╟ñ╧íó┼╙├µñ╦▓■╣╘ñ≥╞■ñ∞ñΘñ∞ñ╞╔╜╝¿ñ╡ñ∞ñδñ½ñΓñ╖ñ∞ñ▐ñ╗ñ≤íú\n\n80╩╕╗·░╩╞Γñ╦╝²ñ▐ñδñΦñª╩╘╜╕ñ╖─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
  2607.  
  2608. *strings.6719:Ñ═Ñ├Ñ╚Ñ∩í╝ѻѿÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐:\nÑ╡í╝Ñ╨ñ╦└▄┬│ñ╟ñ¡ñ▐ñ╗ñ≤íú\nÑ╡í╝
  2609.  
  2610. *strings.6699:Netscapeñ╬═°═╤┤ⁿ╕┬ñ¼▓ßñ«ñ▐ñ╖ñ┐íú\nFTPñ¬ñΦñ╙Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩíªÑßÑ╦Ñσí╝ñ╩ñ╔netscape.comñ╬Ñ╔ÑßÑñÑ≤░╩│░ñ╬╛∞╜Ω(URL)ñ╦ñ╧íóÑóÑ»Ñ╗Ñ╣ñ╟ñ¡ñ▐ñ╗ñ≤íú\n\n┐╖ñ╖ññÑ╨í╝Ñ╕ÑτÑ≤ñ╬Netscapeñ≥╞■╝Ωñ╖ñ╞ñ»ñ└ñ╡ññíú
  2611.  
  2612. *strings.6698:Netscapeñ╬═°═╤┤ⁿ╕┬ñ¼▓ßñ«ñ▐ñ╖ñ┐íú\nFTPñ¬ñΦñ╙Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩíªÑßÑ╦Ñσí╝ñ╩ñ╔netscape.comñ╬Ñ╔ÑßÑñÑ≤░╩│░ñ╬╛∞╜Ω(URL)ñ╦ñ╧íóÑóÑ»Ñ╗Ñ╣ñ╟ñ¡ñ▐ñ╗ñ≤íú\n\n┐╖ñ╖ññÑ╨í╝Ñ╕ÑτÑ≤ñ╬Netscapeñ≥╞■╝Ωñ╖ñ╞ñ»ñ└ñ╡ññíú
  2613.  
  2614. *strings.6697:WAIS Proxy ñ¼└▀─Ωñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú\n\n└▀─ΩÑ└ÑñÑóÑφÑ░ñ╟ Proxy ñ≥│╬╟ºñ╖ñ╞íó╝┬╣╘ñ╖─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
  2615.  
  2616. *strings.6696:News(NNTP)Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐:\n %.100s
  2617.  
  2618. *strings.6695:NewsÑ¿ÑΘí╝ñ╟ñ╣: Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ╬Ñ╣Ñ¡ÑπÑ≤ñ¼┤░╬╗ñ╖ñ╞ñññ▐ñ╗ñ≤íú\n\nñ╣ñ┘ñ╞ñ╬Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ≥╔╜╝¿ñ╖─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
  2619.  
  2620. *strings.6694:Ñ╦Ñσí╝Ñ╣íªÑ╒ÑíÑñÑδ(newsrc)ñ¼╕½ñ─ñ½ñΘñ╩ñ½ñ├ñ┐ñ╬ñ╟íó┐╖╡¼ñ╦║ε└«ñ╖ñ▐ñ╖ñ┐íú
  2621.  
  2622. *strings.6693:NNTPÑ╡í╝Ñ╨ñ¼└▀─Ωñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú\n\n└▀─ΩÑ└ÑñÑóÑφÑ░ñ≥│╬╟ºñ╖ñ╞íó╝┬╣╘ñ╖─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
  2623.  
  2624. *strings.6692:─╠┐«Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐:\n    (Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»íªÑ¿ÑΘí╝: %s)\n \n└▄┬│ñ╖─╛ñ╣ñ½íñÑ╖Ñ╣Ñ╞Ñα┤╔═²╝╘ñ╦ñ¬┐╥ñ═ñ»ñ└ñ╡ññíú
  2625.  
  2626. *strings.6691: Proxy Ñ¿ÑΘí╝ñ╟ñ╣: ╩▌╕εñ╡ñ∞ñ┐Ñ╦Ñσí╝Ñ╣Ñ╡í╝Ñ╨ñ╦└▄┬│ñ╟ñ¡ñ▐ñ╗ñ≤íú
  2627.  
  2628. *strings.-1179:Ñ╡í╝Ñ╨╛┌╠└╜±ñ╬═¡╕·┤ⁿ╕┬ñ¼▓ßñ«ñ╞ñññ▐ñ╣íú\nÑ╖Ñ╣Ñ╞Ñαñ╬╞ⁿ╔╒ñ╚╗■╣∩ñ≥│╬╟ºñ╖ñ╞ñ»ñ└ñ╡ññíú
  2629.  
  2630. *strings.-5288:Ñ╡í╝Ñ╨ñ╚ñ╬─╠┐«ñ≥Ñ╗Ñ¡ÑσÑΩÑ╞Ñú╩▌╕εñ╟ñ¡ñ▐ñ╗ñ≤íú\n░┼╣µ▓╜ÑóÑδÑ┤ÑΩÑ║Ñαñ¼░█ñ╩ñ├ñ╞ñññ▐ñ╣íú\nÑ╡í╝Ñ╨ñ╚ñ╬└▄┬│ñ≥╩▌╕εñ╟ñ¡ñ▐ñ╗ñ≤íú\n\n╔¼═╫ñ╟ñóñ∞ñ╨íó╩▌╕εñ╡ñ∞ñ╩ññ╩²╦íñ╟└▄┬│ñ≥│╬╬⌐ñ╣ñδñ│ñ╚ñ¼▓─╟╜ñ╟ñ╣íú
  2631.  
  2632. *strings.-5285:Ñ╗Ñ¡ÑσÑΩÑ╞ÑúíªÑ¿ÑΘí╝(%d)ñ╟ñ╣:\n\nÑ╡í╝Ñ╨ñ╚ñ╬└▄┬│ñ≥╩▌╕εñ╟ñ¡ñ╩ññ▓─╟╜└¡ñ¼ñóñΩñ▐ñ╣íú\n\n╔¼═╫ñ╟ñóñ∞ñ╨íó╩▌╕εñ╡ñ∞ñ╩ññ╩²╦íñ╟└▄┬│ñ≥│╬╬⌐ñ╣ñδñ│ñ╚ñ¼▓─╟╜ñ╟ñ╣íú
  2633.  
  2634. *strings.-5279:Ñ╡í╝Ñ╨ñ╚ñ╬─╠┐«ñ≥Ñ╗Ñ¡ÑσÑΩÑ╞Ñú╩▌╕εñ╟ñ¡ñ▐ñ╗ñ≤íú\nÑ╡í╝Ñ╨ñ¼╗╚═╤ñ╖ñ╞ñññδÑ╗Ñ¡ÑσÑΩÑ╞ÑúíªÑ╫ÑφÑ╚Ñ│ÑδíªÑ╨í╝Ñ╕ÑτÑ≤ñ╧Ñ╡Ñ▌í╝Ñ╚ñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú\n\n┐╖ñ╖ññÑ╨í╝Ñ╕ÑτÑ≤ñ╬Netscapeñ≥ñ┤═°═╤ñ»ñ└ñ╡ññíú
  2635.  
  2636. *strings.7146:└▄┬│ñ¼╡±╚▌ñ╡ñ∞ñ▐ñ╖ñ┐íú
  2637.  
  2638. *strings.7022:░·┐⌠ñ¼╔╘┼¼└┌ñ╟ñ╣íú
  2639.  
  2640. *strings.7005:I/OÑ¿ÑΘí╝
  2641.  
  2642. *strings.7012:╢⌡ñ¡ÑßÑΓÑΩñ¼╔╘┬¡ñ╖ñ╞ñññ▐ñ╣íú
  2643.  
  2644. *strings.7009:Ñ╒ÑíÑñÑδ╚╓╣µñ¼╔╘┼¼└┌ñ╟ñ╣íú
  2645.  
  2646. *strings.7011:╜Φ═²ñ¼├µ├╟ñ╡ñ∞ñδñ½ñΓñ╖ñ∞ñ▐ñ╗ñ≤íú
  2647.  
  2648. *strings.7133:Ñ╜Ñ▒Ñ├Ñ╚ñ╧┤√ñ╦└▄┬│ñ╡ñ∞ñ╞ñññ▐ñ╣íú
  2649.  
  2650. *strings.7145:└▄┬│ñ¼Ñ┐ÑñÑαÑóѪÑ╚ñ╖ñ▐ñ╖ñ┐íú
  2651.  
  2652. *strings.7150:╕╜║▀íó╜Φ═²├µñ╟ñ╣íú
  2653.  
  2654. *strings.7149:EALREADY
  2655.  
  2656. *strings.7125:ÑóÑ╔Ñ∞Ñ╣ñ╧┤√ñ╦╗╚═╤ñ╡ñ∞ñ╞ñññ▐ñ╣íú
  2657.  
  2658. *strings.7004:Ñ╖Ñ╣Ñ╞ÑαÑ│í╝Ñδñ¼│ΣñΩ╣■ñ▐ñ∞ñ▐ñ╖ñ┐íú
  2659.  
  2660. *strings.7013:ÑóÑ»Ñ╗Ñ╣╕óñ¼ñóñΩñ▐ñ╗ñ≤íú
  2661.  
  2662. *strings.7126:═╫╡ßñ╡ñ∞ñ┐ÑóÑ╔Ñ∞Ñ╣ñ≥│ΣñΩ┼÷ñ╞ñΘñ∞ñ▐ñ╗ñ≤íú
  2663.  
  2664. *strings.7127:Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»ñ¼Ñ└ѪÑ≤ñ╖ñ╞ñññ▐ñ╣íú
  2665.  
  2666. *strings.7128:Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»ñ╦╞╧ñ¡ñ▐ñ╗ñ≤íú
  2667.  
  2668. *strings.7129:└▄┬│ñ¼Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»ñ╬ÑΩÑ╗Ñ├Ñ╚ñ╦ñΦñ├ñ╞Ñ╔ÑφÑ├Ñ╫ñ╖ñ▐ñ╖ñ┐íú
  2669.  
  2670. *strings.7130:└▄┬│ñ¼├µ├╟ñ╡ñ∞ñ▐ñ╖ñ┐íú
  2671.  
  2672. *strings.7131:└▄┬│ñ¼Ñ╘Ñóí╝ñ╦ñΦñ├ñ╞ÑΩÑ╗Ñ├Ñ╚ñ╡ñ∞ñ▐ñ╖ñ┐íú
  2673.  
  2674. *strings.7134:Ñ╜Ñ▒Ñ├Ñ╚ñ╧└▄┬│ñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú
  2675.  
  2676. *strings.7147:Ñ█Ñ╣Ñ╚ñ¼Ñ└ѪÑ≤ñ╖ñ╞ñññ▐ñ╣íú
  2677.  
  2678. *strings.7148:Ñ█Ñ╣Ñ╚ñ╪ñ╬╖╨╧⌐ñ¼ñóñΩñ▐ñ╗ñ≤íú
  2679.  
  2680. *strings.7201: (╝▒╩╠╔╘╟╜)
  2681.  
  2682. *strings.7202: (╝½╞░┴¬┬≥)
  2683.  
  2684. *strings.7203: (╡¼─Ω├═)
  2685.  
  2686. *strings.7204: (╕½ñ─ñ½ñΩñ▐ñ╗ñ≤)
  2687.  
  2688. *strings.7210:▓Φ┴ⁿ %s %dx%d Ñ╔Ñ├Ñ╚
  2689.  
  2690. *strings.7211:┐╝ñ╡ %d Ñ╙Ñ├Ñ╚íó│Σ┼÷ñ╞ %d Ñ╗Ñδñ╬▓Φ┴ⁿñ╟ñ╣íú
  2691.  
  2692. *strings.7212:╟≥╣⌡ñ╬▓Φ┴ⁿñ╟ñ╣íú
  2693.  
  2694. *strings.7213:%d Ñ╙Ñ├Ñ╚ñ╬Ñ░Ñ∞í╝Ñ╣Ñ▒í╝Ñδñ╬▓Φ┴ⁿñ╟ñ╣íú
  2695.  
  2696. *strings.7214:%d Ñ╙Ñ├Ñ╚ True Ñ½ÑΘí╝ñ╬▓Φ┴ⁿñ╟ñ╣íú
  2697.  
  2698. *strings.7220:║≈░·ñ≥╕í║≈ñ╟ñ¡ñ▐ñ╣íú╕í║≈Ñ¡í╝Ñ∩í╝Ñ╔ñ≥╞■╬╧ñ╖ñ╞ñ»ñ└ñ╡ññ: 
  2699.  
  2700. *strings.7230:MCOM-Global-history-file-1%s
  2701.  
  2702. *strings.7231:ÑßÑñÑ≤íªÑ█Ñ├Ñ╚ÑΩÑ╣Ñ╚
  2703.  
  2704. *strings.7232:<!-- ñ│ñ╬Ñ╒ÑíÑñÑδñ╧╝½╞░└╕└«ñ╡ñ∞ñ┐Ñ╒ÑíÑñÑδñ╟ñ╣íú\n    ╞╔╣■ñ▐ñ∞ñ╞╜±ñ¡┤╣ñ¿ñΘñ∞ñδ╛∞╣τñ¼ñóñΩñ▐ñ╣íú\n    ╩╘╜╕ñ╖ñ╩ñññ╟ñ»ñ└ñ╡ññíú -->\n
  2705.  
  2706. *strings.7233:---═·╬≥░∞═≈(╜¬ñ∩ñΩ)---\n
  2707.  
  2708. *strings.7240:└▄┬│: Ñ█Ñ╣Ñ╚ñ≥├╡ñ╖ñ╞ñññ▐ñ╣: %.256s...
  2709.  
  2710. *strings.7241:└▄┬│: Ñ█Ñ╣Ñ╚ñ╦└▄┬│ñ╖ñ▐ñ╖ñ┐: %.256s...
  2711.  
  2712. *strings.7242:Ñ¿ÑΘí╝: └▄┬│ñ≥╚≤╔⌡║┐╖┐ñ╦└▀─Ωñ╟ñ¡ñ▐ñ╗ñ≤íú
  2713.  
  2714. *strings.7243:Ñ█Ñ╣Ñ╚ %.256s ñ╬╛∞╜Ωñ¼╔╘╠└ñ╟ñ╣íú
  2715.  
  2716. *strings.7244:Ñ█Ñ╣Ñ╚ %.256s ñ╬╛∞╜Ωñ¼╔╘╠└ñ╟ñ╣íú
  2717.  
  2718. *strings.7245:Ñ╒ÑíÑñÑδñ╬╞╔╣■├µ...
  2719.  
  2720. *strings.7246:Ñ╒ÑíÑñÑδñ╬╞╔╣■├µ... ╢⌡ñ╟ñ╖ñ┐íú
  2721.  
  2722. *strings.7247:Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ╬╞╔╣■├µ...
  2723.  
  2724. *strings.7248:Ñ╒ÑíÑñÑδñ╬╞╔╣■├µ...┤░╬╗
  2725.  
  2726. *strings.7249:Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ╬╞╔╣■├µ...┤░╬╗
  2727.  
  2728. *strings.7250:FTPÑ╒ÑíÑñÑδñ≥╝⌡┐«├µ
  2729.  
  2730. *strings.7251:FTPÑ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ≥╝⌡┐«├µ
  2731.  
  2732. *strings.7252:Ñ╟í╝Ñ┐╝⌡┐«├µ
  2733.  
  2734. *strings.7253:Ñ╟í╝Ñ┐┼╛┴≈├µ
  2735.  
  2736. *strings.7254:└▄┬│: Ñ█Ñ╣Ñ╚ñ╦└▄┬│ñ╖ñ▐ñ╖ñ┐íú▒■┼·ñ≥┬╘ñ├ñ╞ñññ▐ñ╣...
  2737.  
  2738. *strings.7255:└▄┬│: ÑΩÑ╚ÑΘÑñ├µ (HTTP 0.9)...
  2739.  
  2740. *strings.7256:└▄┬│: Ñ█Ñ╣Ñ╚ñ╦└▄┬│ñ╖ñ▐ñ╖ñ┐íú▒■┼·ñ≥┬╘ñ├ñ╞ñññ▐ñ╣ (Gopher)íú
  2741.  
  2742. *strings.7257:Ñßí╝Ñδñ≥╚»┐«ñ╦└«╕∙ñ╖ñ▐ñ╖ñ┐íú
  2743.  
  2744. *strings.7258:Ñ╦Ñσí╝Ñ╣: Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫╝⌡┐«├µ...
  2745.  
  2746. *strings.7259:Ñ╦Ñσí╝Ñ╣: Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫╝⌡┐«├µ...
  2747.  
  2748. *strings.7260:Ñ╦Ñσí╝Ñ╣: Ñ╦Ñσí╝Ñ╣╡¡╗÷ñ≥╝⌡┐«├µ...
  2749.  
  2750. *strings.7261:╡¡╗÷ñ╬░∞═≈ñ≥╝⌡┐«ñ╖ñ╞ñññ▐ñ╣íú
  2751.  
  2752. *strings.7262:Ñ╦Ñσí╝Ñ╣: Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫░∞═≈ñ≥╞╔╣■├µ
  2753.  
  2754. *strings.7263:Ñ╦Ñσí╝Ñ╣: Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ╬│╡═╫╛≡╩≤ñ≥╞╔╣■├µ
  2755.  
  2756. *strings.7264:Ñ╦Ñσí╝Ñ╣: ╡¡╗÷ñ≥╩┬ñ┘┬╪ñ¿ñ╞ñññ▐ñ╣...
  2757.  
  2758. *strings.7301:│░╔⌠Ñ╙Ñσí╝Ñóñ≥╡»╞░ñ╟ñ¡ñ▐ñ╗ñ≤íú
  2759.  
  2760. *strings.7302:Ñ╡Ñ▌í╝Ñ╚ñ╖ñ╞ñññ╩ññ╟º╛┌╩²╝░ñ¼ Proxy ñ½ñΘ═╫╡ßñ╡ñ∞ñ▐ñ╖ñ┐íú
  2761.  
  2762. *strings.7303:HTTP╞╔╣■ñ▀Ñδí╝Ñ┴Ñ≤ñ╟ÑßÑΓÑΩ╔╘┬¡Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú
  2763.  
  2764. *strings.7304:Ñ╡í╝Ñ╨ñ½ñΘñ╬╔╘╠└ñ╩▒■┼·Ñ╣Ñ╞í╝Ñ┐Ñ╣ñ╟ñ╣: %d!
  2765.  
  2766. *strings.7305:├φ░╒! ├╫╠┐┼¬ñ╩ÑóÑ╫ÑΩÑ▒í╝Ñ╖ÑτÑ≤íªÑ¿ÑΘí╝: NET_TotalNumberOfProcessingURLs < 0
  2767.  
  2768. *strings.7306:├φ░╒! ├╫╠┐┼¬ñ╩ÑóÑ╫ÑΩÑ▒í╝Ñ╖ÑτÑ≤íªÑ¿ÑΘí╝: NET_TotalNumberOfOpenConnections < 0
  2769.  
  2770. *strings.7307:URNñ╧╞Γ╔⌠┼¬ñ╦Ñ╡Ñ▌í╝Ñ╚ñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íúHTTP Proxy Ñ╡í╝Ñ╨ñ≥ñ¬╗╚ñññ»ñ└ñ╡ññ: 
  2771.  
  2772. *strings.7308:│Σ╣■ѪÑúÑ≤Ñ╔Ѫñ╬║╞╞■╕╞╜╨ñ╖ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú
  2773.  
  2774. *strings.7309:ÑßÑ├Ñ╗í╝Ñ╕╚╓╣µñ¼╔╘┼¼└┌ñ╟ñ╣íú
  2775.  
  2776. *strings.7310:╚╧░╧│░ñ╬╡¡╗÷╚╓╣µñ╟ñ╣íú
  2777.  
  2778. *strings.7311:Ñßí╝ÑδíªÑ▄Ñ├Ñ»Ñ╣ñ≥╞╔╣■ñßñ▐ñ╗ñ≤íú
  2779.  
  2780. *strings.7312:SMTPÑßí╝ÑδíªÑ█Ñ╣Ñ╚ñ¼╗╪─Ωñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú
  2781.  
  2782. *strings.7313:SMTPÑßí╝Ñδ╚»┐«Ñ¿ÑΘí╝íúÑ╡í╝Ñ╨íªÑ∞Ñ╣Ñ▌Ñ≤Ñ╣: %.256s
  2783.  
  2784. *strings.7314:├φ░╒: ╩╕╗·Ñ╗Ñ├Ñ╚ñ≥╟º╝▒ñ╟ñ¡ñ▐ñ╗ñ≤: `
  2785.  
  2786. *strings.7315:╖┘╣≡! Ñ│Ñ≤Ñ╨í╝Ñ┐ñΓñ╖ñ»ñ╧Ñ╟Ñ│í╝Ñ└ñ¼╕½ñ─ñ½ñΩñ▐ñ╗ñ≤íú
  2787.  
  2788. *strings.7316:Ñ╒Ñ⌐í╝Ñα─≤╜╨ñ╬╖δ▓╠ñ≥ñ╖ñ¬ñΩñ╬░∞═≈ñ╦─╔▓├ñ╟ñ¡ñ▐ñ╗ñ≤ñ╟ñ╖ñ┐íú
  2789.  
  2790. *strings.7330:├φ░╒: ╝┬╣╘▓─╟╜ñ╩`%s'Ñ╣Ñ»ÑΩÑ╫Ñ╚ñ╟ñ╣íú\n\n╖╫╗╗╡íÑ╖Ñ╣Ñ╞Ñαñ╬╟ñ░╒ñ╬Ñ│Ñ▐Ñ≤Ñ╔ñ≥╝┬╣╘%síóÑ╗Ñ¡ÑσÑΩÑ╞Ñú╛σ╠Σ┬Ωñ¼ñóñΩñ▐ñ╣íú\nÑ╣Ñ»ÑΩÑ╫Ñ╚ñ╬╞Γ═╞ñ╦╛»ñ╖ñ╟ñΓ╔╘╠└ñ╩╔⌠╩¼ñ¼ñóñ∞ñ╨íó\n╝┬╣╘ñ╖ñ╩ñññ╟ñ»ñ└ñ╡ññíú\n\nÑ╣Ñ»ÑΩÑ╫Ñ╚ñ≥╝┬╣╘ñ╖ñ▐ñ╣ñ½?
  2791.  
  2792. *strings.7331:ñ╟ñ¡ñδñ┐ñß
  2793.  
  2794. *strings.7332:ñ╣ñδ▓─╟╜└¡ñ¼ñóñΩñ▐ñ╣íú
  2795.  
  2796. *strings.7333:╟º╛┌ñ╦╝║╟╘ñ╖ñ▐ñ╖ñ┐íú║╞╗ε╣╘ñ╖ñ▐ñ╣ñ½?
  2797.  
  2798. *strings.7334: Proxy ñ╬╟º╛┌ñ╦╝║╟╘ñ╖ñ▐ñ╖ñ┐íú║╞╗ε╣╘ñ╖ñ▐ñ╣ñ½?
  2799.  
  2800. *strings.7335:Ñ╒Ñ⌐í╝Ñαñ╬Ñ╟í╝Ñ┐ñ≥┴≈ñΩ─╛ñ╖ñ▐ñ╣ñ½?
  2801.  
  2802. *strings.7336:ñ╣ñ┘ñ╞ñ╬Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ≥╔╜╝¿ñ╣ñδ┴░ñ╦íó\nÑ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ╬░∞═≈ñ≥╩▌┤╔ñ╖ñ▐ñ╣íú\n\nÑΓÑ╟Ñαñ╩ñ╔─π┬«ñ╬└▄┬│ñ╟ñ╧íóñ│ñ╬╜Φ═²ñ╦\n┐⌠╩¼┤╓ñ½ñ½ñΩñ▐ñ╣íúí╓Ñ╒ÑíÑñÑδí╫ÑßÑ╦Ñσí╝ñ╬\n┐╖ñ╖ññѪÑúÑ≤Ñ╔Ѫñ≥│½ñ»ñ≥┴¬ñ╓ñ╚íó╜Φ═²ñ≥\n╩┬╣╘ñ╖ñ╞╣╘ñªñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╣íú┬│ñ▒ñ▐ñ╣ñ½?
  2803.  
  2804. *strings.7351:ÑßÑ├Ñ╗í╝Ñ╕: ╔╘┼¼└┌ñ╩╗╪╝¿╗╥ `%c'\n
  2805.  
  2806. *strings.7352:░∞╗■╠╛ñ≥─╔▓├ñ╖ñ╞ñ»ñ└ñ╡ññíú
  2807.  
  2808. *strings.7353:XPStatsñ≥─╔▓├ñ╖ñ╞ñ»ñ└ñ╡ññíú
  2809.  
  2810. *strings.7360:Ñ╦Ñσí╝Ñ╣Ñ╡í╝Ñ╨ñ╦ÑóÑ»Ñ╗Ñ╣ñ╣ñδñ╚ñ¡ñ╬ѵí╝Ñ╢╠╛ñ≥╞■╬╧ñ╖ñ╞ñ»ñ└ñ╡ññíú
  2811.  
  2812. *strings.7361:ѵí╝Ñ╢ñ╬Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╞■╬╧ñ╖ñ╞ñ»ñ└ñ╡ññ :
  2813.  
  2814. *strings.7400:<title>Ñ╡í╝Ñ╨░∞═≈</title>\n<h1>Ñ╡í╝Ñ╨░∞═≈</h1>\nÑ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ≥╣╪╞╔ñ╖ñ╞ñññδÑ╡í╝Ñ╨ñ╬░∞═≈ñ╟ñ╣íú\nÑ█Ñ╣Ñ╚ñ≥┴¬┬≥ñ╣ñδñ╚íóÑ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ╬░∞═≈ñ¼╔╜╝¿ñ╡ñ∞ñ▐ñ╣íú\n<ul>
  2815.  
  2816. *strings.7401:<TITLE>╣╪╞╔├µñ╬Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫</TITLE>\n<H1>╣╪╞╔├µñ╬Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫</H1>\n╕╜║▀íó╣╪╞╔├µñ╬Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ╬░∞═≈ñ╟ñ╣íú\nÑ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫╠╛ñ╬║╕┬ªñ╬┐⌠├═ñ╧íóÑ░Ñδí╝Ñ╫╞Γñ╬╠ñ╞╔\n
  2817.  
  2818. *strings.7402:╡¡╗÷┐⌠ñ╟ñ╣íú\n<P>\nÑ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ╬╣╪╞╔ñ≥╗▀ñßñ┐ñññ╚ñ¡ñ╧íñÑ░Ñδí╝Ñ╫ñ╬Ñ╚Ñ░ÑδÑ▄Ñ┐Ñ≤ñ≥┴¬┬≥ñ╖\ní╓Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ╬╣╪╞╔ñ≥╗▀ñßñδí╫Ñ▄Ñ┐Ñ≤ñ≥Ñ»ÑΩÑ├Ñ»ñ╖ñ▐ñ╣íú\n
  2819.  
  2820. *strings.7403:┐╖ñ┐ñ╦Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ≥╣╪╞╔ñ╖ñ┐ñññ╚ñ¡ñ╧íñÑ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫╠╛ñ≥\ní╓╣╪╞╔ñ╣ñδÑ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫í╫Ñ╞Ñ¡Ñ╣Ñ╚Ñ▄Ñ├Ñ»Ñ╣ñ╦╞■╬╧ñ╖ñ╞ReturnÑ¡í╝ñ▐ñ┐ñ╧EnterÑ¡í╝ñ≥▓íñ╖ñ▐ñ╣íú\n<P>\n╡¡╗÷ñ╬░∞═≈ñ≥╣╣┐╖ñ╖ñ┐ñññ╚ñ¡ñ╧íñí╓║╞╞╔╣■í╫Ñ▄Ñ┐Ñ≤ñ≥▓íñ╖ñ▐ñ╣íú<p>\n
  2821.  
  2822. *strings.7404:<TITLE>Ñ╦Ñσí╝Ñ╣Ñ¿ÑΘí╝!</TITLE>\n<H1>Ñ╦Ñσí╝Ñ╣Ñ¿ÑΘí╝!</H1> Ñ╦Ñσí╝Ñ╣Ñ█Ñ╣Ñ╚ñ¼╝íñ╬ñΦñªñ╦▒■┼·ñ╖ñ▐ñ╖ñ┐: <b>%s</b><p>\n
  2823.  
  2824. *strings.7405:<b><p>╡¡╗÷ñ╬═¡╕·┤ⁿ╕┬ñ¼▓ßñ«ñ╞ñññδñ½ñΓñ╖ñ∞ñ▐ñ╗ñ≤íú</b><p>\n
  2825.  
  2826. *strings.7406:<TITLE>Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫░∞═≈</TITLE>\n<H1>Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫░∞═≈</H1>\n<DL>\n
  2827.  
  2828. *strings.7407:<TITLE>┐╖ñ╖ññÑ░Ñδí╝Ñ╫ñ╬░∞═≈</TITLE>\n<H2>%s ░╩╣▀ñ╬┐╖ñ╖ññÑ░Ñδí╝Ñ╫ñ╬░∞═≈</H2><UL>\n
  2829.  
  2830. *strings.7408:\n<HR>\n<TITLE>Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫: %s</TITLE>\n<H1>Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫: %s</H1>\n<UL>\n
  2831.  
  2832. *strings.7409:<TITLE>Ñ╦Ñσí╝Ñ╣Ñ¿ÑΘí╝</TITLE>\n<h2>Ñ¿ÑΘí╝: ┼┼╗╥Ñßí╝ÑδíªÑóÑ╔Ñ∞Ñ╣ñ╬└▀─Ωñ¼└╡ñ╖ñ»ñóñΩñ▐ñ╗ñ≤íú</H2>\ní╓ѬÑ╫Ñ╖ÑτÑ≤í╫ÑßÑ╦Ñσí╝ñ½ñΘí╓└▀─Ωí╫ñ≥┴¬┬≥ñ╖íñ┼┼╗╥Ñßí╝ÑδíªÑóÑ╔Ñ∞Ñ╣ñ≥└▀─Ωñ╖ñ╞ñ»ñ└ñ╡ññ<br>\n╝íñ╬ñΦñªñ╩╖┴╝░ñ╟ÑΩÑ┐í╝Ñ≤ÑóÑ╔Ñ∞Ñ╣ñ≥╗╪─Ωñ╖ñ╞ñ»ñ└ñ╡ññ: <i>someone@nowhere.net</i>
  2833.  
  2834. *strings.7410:<TITLE>Ñ╦Ñσí╝Ñ╣╡¡╗÷ñ╬┼Ω╣╞</TITLE>\n<FORM METHOD="POST" ACTION="%s'>\n<H1>Ñ╦Ñσí╝Ñ╣╡¡╗÷ñ╬┼Ω╣╞</H1>\n<DL><DT>╡¡╗÷ñ≥┼Ω╣╞ñ╣ñδÑ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫:<DD><A HREF="%snews:%s">%s</A></DL>\n
  2835.  
  2836. *strings.7411:<PRE>   <b>┬Ω╠╛:</b> <INPUT NAME=_SUBJECT SIZE=53>\n<b>Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫:</b> <INPUT NAME=_NEWSGROUPS SIZE=53 VALUE="%s">\n
  2837.  
  2838. *strings.7412:<b>╞Γ═╞:</b>\n<TEXTAREA NAME="_MESSAGE" COLS=70 ROWS=24>
  2839.  
  2840. *strings.7413:</TEXTAREA>\n<p><input type=submit value=í╓╡¡╗÷ñ≥┼Ω╣╞ñ╣ñδí╫></FORM>\n<H3>í╓Ñ╕ÑπÑ≤Ñ╫->╠ßñδí╫ñ≥┴¬┬≥ñ╣ñδñ╚íñ┼Ω╣╞ñ≥Ñ¡ÑπÑ≤Ñ╗Ñδñ╖ñ╞Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ╦╠ßñΩñ▐ñ╣íú</H3>
  2841.  
  2842. *strings.7414:<FONT SIZE=+1>(<A HREF="%s/%ld-%ld%s">║╟╜Θñ╬╡¡╗÷</a>...)<BR>\n
  2843.  
  2844. *strings.7415:(<A HREF="%s/%ld-%ld%s">┴░ñ╬╡¡╗÷</a>...)</FONT><p>\n
  2845.  
  2846. *strings.7416:<FONT SIZE=+1>(<A HREF="%snews:%s%s%s%s/%ld-%ld%s">╝íñ╬╡¡╗÷</A>...)<BR>\n
  2847.  
  2848. *strings.7417:(<A HREF="%snews:%s%s%s%s/%ld-%ld%s">║╟┐╖ñ╬╡¡╗÷</A>...)</FONT><P>\n
  2849.  
  2850. *strings.7418:<TITLE>FTPÑ¿ÑΘí╝</TITLE>\n<H1>FTPÑ¿ÑΘí╝</H1>\n<h2>FTPÑ╡í╝Ñ╨ñ╦ÑφÑ░ÑñÑ≤ñ╟ñ¡ñ▐ñ╗ñ≤íú</h2>\n<PRE>
  2851.  
  2852. *strings.7419:<TITLE>FTPÑ¿ÑΘí╝</TITLE>\n<H1>FTPÑ¿ÑΘí╝</H1>\n<h2>FTPñ╦ñΦñδ┼╛┴≈ñ╦╝║╟╘ñ╖ñ▐ñ╖ñ┐íú:</h2>\n<PRE>
  2853.  
  2854. *strings.7420:<TITLE>Gopher║≈░· %s</TITLE><H1>%s <BR>Gopher╕í║≈</H1>\n╕í║≈▓─╟╜ñ╩ Gopherñ╬║≈░·ñ╟ñ╣íú\nÑ╓ÑΘѪÑ╢ñ╬╕í║≈╡í╟╜ñ≥╗╚ñ├ñ╞╕í║≈ñ╣ñδ╩╕╗·╬≤ñ≥╞■╬╧ñ╖ñ╞ñ»ñ└ñ╡ññíú\n<ISINDEX>
  2855.  
  2856. *strings.7421:<TITLE>%sñ╬CSO╕í║≈</TITLE><H1>%s CSO╕í║≈</H1>\nCSOÑ╟í╝Ñ┐Ñ┘í╝Ñ╣ñ╦ñ╧─╠╛∩┼┼╧├─óñ½Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ¼┤▐ñ▐ñ∞ñ╞ñññ▐ñ╣íú\nÑ╓ÑΘѪÑ╢ñ╬╕í║≈╡í╟╜ñ≥╗╚ñ├ñ╞╕í║≈ñ╣ñδ╩╕╗·╬≤ñ≥╞■╬╧ñ╖ñ╞ñ»ñ└ñ╡ññíú\n<ISINDEX>
  2857.  
  2858. *strings.7422:<TITLE>Ñ▌Ñ╣Ñ╚▒■┼·Ñ╟í╝Ñ┐ñ¼╕┼ñ»ñ╩ñ├ñ╞ñññ▐ñ╣íú</TITLE>\n<H1>Ñ╟í╝Ñ┐ñ¼╕┼ñ»ñ╩ñ├ñ╞ñññ▐ñ╣íú</H1>\nñ│ñ╬╩╕╜±ñ╧Ñ▌Ñ╣Ñ╚┴α║εñ╦ñΦñ├ñ╞║ε└«ñ╡ñ∞ñ╞ñ½ñΘíñ\nÑ¡ÑπÑ├Ñ╖Ñσñ╬═¡╕·┤ⁿ╕┬ñ¼▓ßñ«ñ╞ñññ▐ñ╣íú<b>║╞╞╔╣■</b>Ñ▄Ñ┐Ñ≤ñ≥▓íñ╗ñ╨íñÑ╒Ñ⌐í╝Ñαñ≥║╞┴≈ñ╖ñ╞╩╕╜±ñ≥║εñΩ─╛ñ╣ñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╣íú\n
  2859.  
  2860. *strings.7430:</DL>\n<INPUT TYPE=submit VALUE=í╓┴¬┬≥ñ╖ñ┐Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ╬╣╪╞╔ñ≥╗▀ñßñδí╫>\n</FORM>\n
  2861.  
  2862. *strings.7431:<HR>\n<FORM METHOD=POST ACTION="%snews:%s%s%s*"><INPUT TYPE=submit VALUE=í╓ñ╣ñ┘ñ╞ñ╬Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ≥╔╜╝¿ñ╣ñδí╫></FORM>
  2863.  
  2864. *strings.7432:<FORM METHOD=POST ACTION="%snewsrc://%s/">ñ│ñ╬Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ≥╣╪╞╔ñ╣ñδ: <INPUT NAME="SUBSCRIBE" TYPE=text></FORM>\n
  2865.  
  2866. *strings.7433:\n<INPUT TYPE=submit VALUE=í╓┴¬┬≥ñ╖ñ┐Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ≥╣╪╞╔ñ╣ñδí╫></FORM>
  2867.  
  2868. *strings.7434:<FORM METHOD=POST ACTION="%snews:%s%s%s?NEW-GROUPS"><INPUT TYPE=SUBMIT VALUE=í╓║╟╕σñ╦╣╣┐╖ñ╖ñ╞ñ½ñΘ┐╖ñ┐ñ╦┴²ñ¿ñ┐Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ≥╝ΦñΩ╜╨ñ╣í╫></FORM>
  2869.  
  2870. *strings.7435:<HR>\n<FORM METHOD=GET ACTION="%snews:%s%s%s">╕í║≈ñ╣ñδÑ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫: <INPUT TYPE=TEXT NAME=ISINDEX></FORM>\n
  2871.  
  2872. *strings.7450:RSA Public Key Cryptography
  2873.  
  2874. *strings.7451:International
  2875.  
  2876. *strings.7452:ñ┤═≈ñ╬╩╕╜±ñ╧░┼╣µ▓╜ñ╦ñΦñ├ñ╞╩▌╕εñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú
  2877.  
  2878. *strings.7453:<h3>┐╖ñ╖ññÑ░Ñδí╝Ñ╫ñ╧ñóñΩñ▐ñ╗ñ≤</h3>
  2879.  
  2880. *strings.7454:\n<H1>ñ│ñ╬Ñ░Ñδí╝Ñ╫ñ╬╡¡╗÷ñ╧ñóñΩñ▐ñ╗ñ≤íú</H1>\n
  2881.  
  2882. *strings.7455:\n<H1>╗╪─Ωñ╡ñ∞ñ┐╚╧░╧ñ╦╡¡╗÷ñ╧ñóñΩñ▐ñ╗ñ≤íú</H1>\n
  2883.  
  2884. *strings.7456:%.200s(%.256s)ñ╦┬╨ñ╣ñδѵí╝Ñ╢╠╛ñ≥╞■╬╧ñ╖ñ╞ñ»ñ└ñ╡ññ:
  2885.  
  2886. *strings.7460:ñ│ñ╬╩╕╜±ñ╧╣τ╜░╣±│░ñ╟┼¼╣τñ╡ñ∞ñδ├µ┤╓Ñ░Ñ∞í╝Ñ╔ñ╬░┼╣µ▓╜Ñ¡í╝ñ≥╗╚ñ├ñ╞╩▌╕εñ╡ñ∞ñ╞ñññ▐ñ╣íú
  2887.  
  2888. *strings.8000:░∞═≈ñ╬║╟╕σ
  2889.  
  2890. *strings.8001:ñ╣ñ┘ñ╞ñ╬░∞═≈
  2891.  
  2892. *strings.8002:x-euc-jp
  2893.  
  2894. *strings.8003:╠╛┴░ñ≥╔╒ñ▒ñ╞╩▌┤╔... (╝∩╬α %.90s, ╩╕╗·Ñ╗Ñ├Ñ╚ %.90s)
  2895.  
  2896. *strings.8004:╠╛┴░ñ≥╔╒ñ▒ñ╞╩▌┤╔... (╝∩╬α %.90s)
  2897.  
  2898. *strings.8005:╠╛┴░ñ≥╔╒ñ▒ñ╞╩▌┤╔... (╩╕╗·Ñ╗Ñ├Ñ╚ %.90s)
  2899.  
  2900. *strings.8006:╠╛┴░ñ≥╔╒ñ▒ñ╞╩▌┤╔...
  2901.  
  2902. *strings.8007:┴α║εÑ¿ÑΘí╝ %.900s:
  2903.  
  2904. *strings.8008:║∩╜ⁿÑ¿ÑΘí╝ %.900s:
  2905.  
  2906. *strings.8009:└▄┬│ñ╖ñ┐ñ╚ñ¡íóѵí╝Ñ╢`%.900s'ñ╚ñ╖ñ╞ÑφÑ░ÑñÑ≤ñ╖ñ╞ñ»ñ└ñ╡ññíú
  2907.  
  2908. *strings.8010:ÑßÑΓÑΩ╔╘┬¡ñ╟ñ╣ -- URLñ≥│½ñ▒ñ▐ñ╗ñ≤íú
  2909.  
  2910. *strings.8011:╞╔╣■ñ▀ñ╟ñ¡ñ▐ñ╗ñ≤:\n%s
  2911.  
  2912. *strings.8012:%s\nñ╜ñ╬┬╛ñ╬ÑΩÑ╜í╝Ñ╣ñ╧┼¼└┌ñ╟ñ╧ñóñΩñ▐ñ╗ñ≤!\n┬σñ∩ñΩñ╦Ñ╒Ñ⌐í╝ÑδÑ╨Ñ├Ñ»Ñ╒Ñ⌐Ñ≤Ñ╚ "%s" ñ≥╗╚═╤ñ╖ñ╞ñ»ñ└ñ╡ññíú
  2913.  
  2914. *strings.8013:%s\nñ╜ñ╬┬╛ñ╬ÑΩÑ╜í╝Ñ╣ñ╧┼¼└┌ñ╟ñ╧ñóñΩñ▐ñ╗ñ≤!\nÑ╒Ñ⌐í╝ÑδÑ╨Ñ├Ñ»Ñ╒Ñ⌐Ñ≤Ñ╚ "%s" ñ≥╞╔╣■ñßñ▐ñ╗ñ≤!\n╜Φ═²ñ≥├µ╗▀ñ╖ñ▐ñ╣íú
  2915.  
  2916. *strings.8014:Ñ╟ÑúÑ╣Ñ»╛σñ╬ñ╖ñ¬ñΩÑ╒ÑíÑñÑδñ¼╩╤╣╣ñ╡ñ∞ñ╞ñññ▐ñ╣: ╩╤╣╣ñ≥╟╦┤■ñ╖ñ╞╣╜ñññ▐ñ╗ñ≤ñ½?
  2917.  
  2918. *strings.8015:Ñ╟ÑúÑ╣Ñ»╛σñ╬ñ╖ñ¬ñΩÑ╒ÑíÑñÑδñ¼╩╤╣╣ñ╡ñ∞ñ╞ñññ▐ñ╣: ╞╔╣■ñ▀─╛ñ╖ñ▐ñ╣ñ½?
  2919.  
  2920. *strings.8016:┐╖ñ╖ññ╣α╠▄
  2921.  
  2922. *strings.8017:┐╖ñ╖ññÑ╪Ñ├Ñ└
  2923.  
  2924. *strings.8018:ѽÑ╞Ñ┤ÑΩ "%.200s" ñ╚ñ╜ñ╬├µñ╬ %d ╣α╠▄ñ≥║∩╜ⁿñ╖ñ╞╣╜ñññ▐ñ╗ñ≤ñ½?
  2925.  
  2926. *strings.8019:ѽÑ╞Ñ┤ÑΩ "%.200s" ñ╚ñ╜ñ╬├µñ╬ %d ╣α╠▄ñ≥║∩╜ⁿñ╖ñ╞╣╜ñññ▐ñ╗ñ≤ñ½?
  2927.  
  2928. *strings.8020:ñ╖ñ¬ñΩñ╬╩▌┤╔
  2929.  
  2930. *strings.8021:ñ╖ñ¬ñΩñ≥│½ñ»
  2931.  
  2932. *strings.8022:ñ│ñ╬Ñ╨í╝Ñ╕ÑτÑ≤ñ╧ %s Ñ╗Ñ¡ÑσÑΩÑ╞Ñú(%s)ñ≥Ñ╡Ñ▌í╝Ñ╚ñ╖ñ╞ñññ▐ñ╣íú
  2933.  
  2934. *strings.8023:Ñ╗Ñ¡ÑσÑΩÑ╞Ñúñ¼╠╡╕·ñ╟ñ╣íú
  2935.  
  2936. *strings.8024:file:/usr/local/lib/netscape/docs/Welcome.html
  2937.  
  2938. *strings.8025:╩╕╜±: ╞╔╣■┤░╬╗íú
  2939.  
  2940. *strings.8026:Ñ╒ÑíÑñÑδñ≥│½ñ»
  2941.  
  2942. *strings.8027:%.900s ñ╪ñ╬Ñ╤ÑñÑ╫ñ≥│½ñ»ñ╚ñ¡ñ╦Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú
  2943.  
  2944. *strings.8028:╖┘╣≡:\n\n
  2945.  
  2946. *strings.8029:%s "%.255s" ñ╧┬╕║▀ñ╖ñ▐ñ╗ñ≤íú\n
  2947.  
  2948. *strings.8030:%s "%.255s" ñ╧─Ω╡┴ñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú\n
  2949.  
  2950. *strings.8031:%s ñ╦┬╨ñ╣ñδÑ▌í╝Ñ╚╚╓╣µñ¼╗╪─Ωñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú\n
  2951.  
  2952. *strings.8032:Ñßí╝ÑδíªÑ█Ñ╣Ñ╚
  2953.  
  2954. *strings.8033:Ñ╦Ñσí╝Ñ╣íªÑ█Ñ╣Ñ╚
  2955.  
  2956. *strings.8034:Ñ╦Ñσí╝Ñ╣ RC Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩ
  2957.  
  2958. *strings.8035:║ε╢╚Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩ
  2959.  
  2960. *strings.8036:FTP Proxy Ñ█Ñ╣Ñ╚
  2961.  
  2962. *strings.8037:Gopher Proxy Ñ█Ñ╣Ñ╚
  2963.  
  2964. *strings.8038:HTTP Proxy Ñ█Ñ╣Ñ╚
  2965.  
  2966. *strings.8039:HTTPS Proxy Ñ█Ñ╣Ñ╚
  2967.  
  2968. *strings.8040:WAIS Proxy Ñ█Ñ╣Ñ╚
  2969.  
  2970. *strings.8041:SOCKSÑ█Ñ╣Ñ╚
  2971.  
  2972. *strings.8042:╢ª═╤ MIME types Ñ╒ÑíÑñÑδ
  2973.  
  2974. *strings.8043:╕─┐══╤ MIME types Ñ╒ÑíÑñÑδ
  2975.  
  2976. *strings.8044:╢ª═╤ mailcap Ñ╒ÑíÑñÑδ
  2977.  
  2978. *strings.8045:╕─┐══╤ mailcap Ñ╒ÑíÑñÑδ
  2979.  
  2980. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  2981. !   Add  for JLM by.NSG
  2982.  
  2983. !  Japanese only
  2984. *preferences*prefsPopup.proxies.labelString:  Proxy
  2985. *preferences*proxiesFrame*proxiesBoxLabel.labelString:  Proxy
  2986.  
  2987. ! modifing  for  "*urlLabel.netsiteLabelString:       Ñ═Ñ├Ñ╚Ñ╡ÑñÑ╚:"
  2988. *urlLabel.width:            90
  2989.  
  2990. !  Undefined Label
  2991. .netscape.mailto_popup.attach_popup.attach*Cancel.labelString: ╝Φ╛├
  2992. *dialog.Help.labelString:      Ñ╪ÑδÑ╫
  2993. *dialog.helpLabelString:       Ñ╪ÑδÑ╫
  2994.  
  2995. *filterDialog_popup*okLabelString:            ╬╗▓≥
  2996. *filterDialog_popup*cancelLabelString:        ╝Φ╛├ñ╖
  2997. *filterDialog_popup*applyLabelString:        ┼¼═╤
  2998. *filterDialog_popup*helpLabelString:        Ñ╪ÑδÑ╫
  2999. *selectionLabelString:    ┴¬┬≥
  3000. *Selection.LabelString:    ┴¬┬≥
  3001.  
  3002.